Documentation for BoundingVolume & Box

Former-commit-id: 0fc14422dc32677f329f95dc7a554127f1b8ba0a
This commit is contained in:
Gawaboumga
2015-12-30 15:29:07 +01:00
parent 007b40b1b3
commit e2213cac61
3 changed files with 682 additions and 46 deletions

View File

@@ -40,8 +40,8 @@ namespace Nz
Box& ExtendTo(const Vector3<T>& point);
Sphere<T> GetBoundingSphere() const;
Vector3<T> GetCorner(BoxCorner corner) const;
Vector3<T> GetCenter() const;
Vector3<T> GetCorner(BoxCorner corner) const;
Vector3<T> GetLengths() const;
Vector3<T> GetMaximum() const;
Vector3<T> GetMinimum() const;