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