|
|
virtual void | DrawPoint (const ndVector &point, const ndVector &color, ndFloat32 thickness=ndFloat32(8.0f))=0 |
| |
|
virtual void | DrawLine (const ndVector &p0, const ndVector &p1, const ndVector &color, ndFloat32 thickness=ndFloat32(1.0f))=0 |
| |
|
virtual void | SetScale (ndFloat32 scale) |
| |
|
virtual ndFloat32 | GetScale () const |
| |
|
virtual void | DrawFrame (const ndMatrix &matrix, ndFloat32 intensity=ndFloat32(1.0f)) |
| |
|
virtual void | DrawArrow (const ndMatrix &matrix, const ndVector &color, ndFloat32 length) |
| |
|
| ndClassAlloc () |
| | Empty default constructor.
|
| |
|
| ~ndClassAlloc () |
| | Empty.
|
| |