|
libE57Format 3.1.1
C++ library to read & write the E57 file format for point cloud data
|
Defines a rigid body transform in cartesian coordinates. More...
#include <E57SimpleData.h>
Collaboration diagram for e57::RigidBodyTransform:Public Member Functions | |
| bool | operator!= (const RigidBodyTransform &rhs) const |
| bool | operator== (const RigidBodyTransform &rhs) const |
Static Public Member Functions | |
| static RigidBodyTransform | identity () |
| Returns a RigidBodyTransform without rotation or translation. | |
Public Attributes | |
| Quaternion | rotation |
| A unit quaternion representing the rotation, R, of the transform. | |
| Translation | translation |
| The translation point vector, t, of the transform. | |
Defines a rigid body transform in cartesian coordinates.
|
inlinestatic |
Returns a RigidBodyTransform without rotation or translation.
|
inline |
|
inline |
| Quaternion e57::RigidBodyTransform::rotation |
A unit quaternion representing the rotation, R, of the transform.
| Translation e57::RigidBodyTransform::translation |
The translation point vector, t, of the transform.