#include <TransformMatrix.h>
Public Member Functions | |
| operator float () const | |
| |
Public Attributes | |
| float | dx |
| x-axe | |
| float | dy |
| y-axe | |
| float | dz |
| z-axe | |
Definition at line 22 of file TransformMatrix.h.
| SpatialVector::operator float | ( | ) | const |
| float SpatialVector::dx |
x-axe
Definition at line 23 of file TransformMatrix.h.
Referenced by operator *=(), and operator<<().
| float SpatialVector::dy |
y-axe
Definition at line 24 of file TransformMatrix.h.
Referenced by operator *=(), and operator<<().
| float SpatialVector::dz |
z-axe
Definition at line 25 of file TransformMatrix.h.
Referenced by operator *=(), and operator<<().
1.5.2