plus

operator fun plus(t: Twist2d): Pose2d(source)

Adds a twist to this pose using the exponential map.

Return

the resulting pose

Parameters

t

the twist to add


operator fun plus(transform: Transform2d): Pose2d(source)

Applies a transform to this pose.

This computes the pose resulting from applying the transform to this pose.

Return

the transformed pose

Parameters

transform

the transform to apply