|
Voxellancer
0.3
A game about voxels in space
|
Public Member Functions | |
| Point (const glm::vec3 &pos) | |
| const glm::vec3 & | position () const |
| void | setPosition (const glm::vec3 &pos) |
| virtual bool | intersects (const Sphere &sphere) const override |
| virtual bool | nearTo (const TAABB< int > &aabb) const override |
| virtual bool | containedBy (const TAABB< int > &aabb) const override |
Protected Attributes | |
| glm::vec3 | m_position |