Contents

rotated(by:)

Returns a pose with a rotation that’s rotated by the specified rotation.

Declaration

func rotated(by rotation: Rotation3DFloat) -> Pose3DFloat

Parameters

  • rotation:

    The rotation.

Discussion

  • Returns A pose with a rotation that’s rotated by the specified rotation.