Simbody
|
This defines geometry to represent a coordinate frame. More...
#include <DecorativeGeometry.h>
Public Member Functions | |
DecorativeFrame (Real axisLength=1) | |
void | setAxisLength (Real) |
Real | getAxisLength () const |
SimTK_PIMPL_DOWNCAST (DecorativeFrame, DecorativeGeometry) |
This defines geometry to represent a coordinate frame.
The default constructor makes three perpendicular lines beginning at the origin and extending in the +x, +y, and +z directions by 1 unit.
SimTK::DecorativeFrame::DecorativeFrame | ( | Real | axisLength = 1 | ) | [explicit] |
void SimTK::DecorativeFrame::setAxisLength | ( | Real | ) |
Real SimTK::DecorativeFrame::getAxisLength | ( | ) | const |
SimTK::DecorativeFrame::SimTK_PIMPL_DOWNCAST | ( | DecorativeFrame | , |
DecorativeGeometry | |||
) |