|
MIRA
|
Mesh representation The vertices of the mesh are given relative to its origin. More...
#include <model/Geometry.h>

Public Member Functions | |
| template<typename Reflector > | |
| void | reflect (Reflector &r) |
| virtual Polygon2f | getFootprint (const RigidTransform3f &origin) const |
| Implementation of Geometry::getFootprint. More... | |
| virtual Box3f | getBoundingBox (const RigidTransform3f &origin) const |
| Implementation of Geometry::getBoundingBox. More... | |
| Class const & | getClass () const |
Static Public Member Functions | |
| static PseudoClass const & | CLASS () |
Public Attributes | |
| std::string | filename |
| The filename of the mesh. More... | |
| float | scale |
| The scale factor of the mesh. More... | |
Protected Member Functions | |
| virtual Class const & | internalGetClass () const=0 |
Mesh representation The vertices of the mesh are given relative to its origin.
|
inline |
|
virtual |
Implementation of Geometry::getFootprint.
Implements Geometry.
|
virtual |
Implementation of Geometry::getBoundingBox.
Implements Geometry.
| std::string filename |
The filename of the mesh.
| float scale |
The scale factor of the mesh.
1.8.14