plus

operator fun Rotation2d.plus(yaw: Double): Rotation3d

Operator function to add a yaw value to a Rotation2d, resulting in a Rotation3d.

Receiver

Rotation2d The 2D rotation to add the yaw to.

Return

Rotation3d The resulting 3D rotation.

Parameters

yaw

Double The yaw value to add.