Math/BoundingVolume: Add ExtendTo method

Former-commit-id: 5cfd681d5cd7adcc2bcf16184a2da821bf4eb477
This commit is contained in:
Lynix
2016-03-25 23:07:59 +01:00
parent d2e3bb36a6
commit b28ab414c9
2 changed files with 48 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ namespace Nz
BoundingVolume(const BoundingVolume& volume) = default;
~BoundingVolume() = default;
BoundingVolume& ExtendTo(const BoundingVolume& volume);
bool IsFinite() const;
bool IsInfinite() const;
bool IsNull() const;