Defines a rigid body translation in Cartesian coordinates.
More...
#include <E57SimpleData.h>
|
| double | x = 0.0 |
| | The X coordinate of the translation (in meters)
|
| |
| double | y = 0.0 |
| | The Y coordinate of the translation (in meters)
|
| |
| double | z = 0.0 |
| | The Z coordinate of the translation (in meters)
|
| |
Defines a rigid body translation in Cartesian coordinates.
◆ identity()
Return "no translation".
- Returns
- A translation of (0.0, 0.0, 0.0).
◆ operator!=()
| bool e57::Translation::operator!= |
( |
const Translation & |
rhs | ) |
const |
|
inline |
◆ operator==()
| bool e57::Translation::operator== |
( |
const Translation & |
rhs | ) |
const |
|
inline |
| double e57::Translation::x = 0.0 |
The X coordinate of the translation (in meters)
| double e57::Translation::y = 0.0 |
The Y coordinate of the translation (in meters)
| double e57::Translation::z = 0.0 |
The Z coordinate of the translation (in meters)
The documentation for this struct was generated from the following file: