Contents

rotated(by:)

Returns a pose that results from rotating with the specified quaternion.

Declaration

func rotated(by quaternion: simd_quatd) -> Pose3D

Parameters

  • quaternion:

    The double-precision quaternion that specifies the rotation.

See Also

Transforming a 3D pose structure