|
| | Box ()=default |
| |
| | Box (T _x, T _y, T _z, T _width, T _height, T _depth) |
| |
| | Box (const Vector3< T > &_position, const Vector3< T > &_size) |
| |
| template<typename U > |
| | Box (const Box< U > &box) |
| |
| void | reset (T _x, T _y, T _z, T _width, T _height, T _depth) |
| |
| void | reset (Box< T > box) |
| |
| void | move (T _x, T _y, T _z) |
| |
| void | move (Vector3< T > d) |
| |
| bool | intersects (const Box< T > &box) const |
| |
| Vector3< T > | position () const |
| |
| void | setPosition (Vector3< T > vector3) |
| |
| Box | operator+ (const Vector3< T > &vector3) const |
| |
| Box | operator- (const Vector3< T > &vector3) const |
| |
| Box & | operator+= (const Vector3< T > &vector3) |
| |
| Box & | operator-= (const Vector3< T > &vector3) |
| |
template<typename T>
class gk::Box< T >
Definition at line 24 of file Box.hpp.