|
Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
Public Member Functions | |
| Box3D (const Box3D &other)=default | |
| Box3D (Box3D &&other) noexcept=default | |
| Box3D & | operator= (const Box3D &other)=default |
| Box3D & | operator= (Box3D &&other) noexcept=default |
| Box3D (float width, float height, float depth) | |
| Box3D (Grindstone::Math::Float3 extent) | |
| Box3D (float x, float y, float z, float width, float height, float depth) | |
| Box3D (Grindstone::Math::Float3 offset, Grindstone::Math::Float3 extent) | |
| float | GetX () const |
| float | GetY () const |
| float | GetZ () const |
| float | GetWidth () const |
| float | GetHeight () const |
| float | GetDepth () const |
Public Attributes | |
| Grindstone::Math::Float3 | offset |
| Grindstone::Math::Float3 | extent |