]> git.localhorst.tv Git - sdl-test8.git/blobdiff - src/shape/AABB.h
some comments
[sdl-test8.git] / src / shape / AABB.h
index 956114aa1f8d397756340fa637b6bee6d54a818c..74d091644f1e6135a61b9f31c861973142467f0d 100644 (file)
@@ -12,6 +12,8 @@
 
 namespace shape {
 
+/// An axes aligned bounding box.
+/// This shape cannot be rotated.
 class AABB
 : public Shape {