Transform3.h
Go to the documentation of this file.
Vector3D ToLocal(const Vector3D &pointInWorld) const
Transforms a point in world coordinate to the local frame.
Vector3D ToLocalDirection(const Vector3D &dirInWorld) const
Transforms a direction in world coordinate to the local frame.
const Vector3D & GetTranslation() const
Returns the translation.
Vector3D ToWorldDirection(const Vector3D &dirInLocal) const
Transforms a direction in local space to the world coordinate.
Vector3D ToWorld(const Vector3D &pointInLocal) const
Transforms a point in local space to the world coordinate.
Definition: pybind11Utils.h:24
const QuaternionD & GetOrientation() const
Returns the orientation.
void SetTranslation(const Vector3D &translation)
Sets the traslation.
void SetOrientation(const QuaternionD &orientation)
Sets the orientation.