Stellarium 0.15.2
|
A simple "box" class with 8 arbitrary vertices. More...
#include <AABB.hpp>
Public Member Functions | |
void | transform (const QMatrix4x4 &tf) |
Transforms the vertices. More... | |
void | render () const |
Renders the box. More... | |
Public Attributes | |
Vec3f | vertices [8] |
void Box::render | ( | ) | const |
Renders the box.
void Box::transform | ( | const QMatrix4x4 & | tf | ) |
Transforms the vertices.