|
Jamoma API
0.6.0.a19
|
The PositionDataspace converts between different untis describing position. More...
#include "TTDataspace.h"
Include dependency graph for PositionDataspace.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | PositionDataspace |
| Base class for the position dataspace, provides dataspace support for converting position between Cartesian 2D or 3D, spherical, polar, cylindrical and OpenGL. More... | |
| class | Cartesian3DUnit |
| Converts position to and from 3D Cartesian coordinates. More... | |
| class | Cartesian2DUnit |
| Converts position to and from 2D Cartesian coordinates. More... | |
| class | SphericalUnit |
| Converts position to and from spherical coordinates. More... | |
| class | PolarUnit |
| Converts position to and from polar coordinates. More... | |
| class | OpenGlUnit |
| Converts position to and from OpenGL coordinates. More... | |
| class | CylindricalUnit |
| Converts position to and from cylindrical coordinates. More... | |
The PositionDataspace converts between different untis describing position.
The neutral unit of the position dataspace is 3-dimensional Cartesian coordinates.
Definition in file PositionDataspace.h.