X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fshape%2FAABB.h;h=74d091644f1e6135a61b9f31c861973142467f0d;hb=8969939c458bda0a5a9c6ad2197e7600e4c71c86;hp=956114aa1f8d397756340fa637b6bee6d54a818c;hpb=8b4877fe48d21d7e789cf52f81c1d6a87b06bcbc;p=sdl-test8.git diff --git a/src/shape/AABB.h b/src/shape/AABB.h index 956114a..74d0916 100644 --- a/src/shape/AABB.h +++ b/src/shape/AABB.h @@ -12,6 +12,8 @@ namespace shape { +/// An axes aligned bounding box. +/// This shape cannot be rotated. class AABB : public Shape {