times

operator fun times(p: Pose2d): Pose2d(source)

Composes this pose with another pose.

Return

the composed pose

Parameters

p

the pose to compose with


Transforms a vector by this pose.

Return

the transformed vector

Parameters

v

the vector to transform


Transforms a pose velocity by this pose's rotation.

Return

the transformed pose velocity

Parameters

pv

the pose velocity to transform