SymmetricPoseMap

class SymmetricPoseMap : PoseMap

Perform a reflection across the X-axis and mirror through the Y-axis. This is useful for symmetric fields where a Y-axis reflection is also required, such as the INTO THE DEEP field.

(x,y,r) -> (-x,-y,r+PI)

Author

Lucas Bubner, 2024

Since

6.0.0

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun map(pose: Pose2dDual<Arclength>): Pose2dDual<Arclength>