rotated(by:)
Returns a pose with a rotation that’s rotated by the specified quaternion.
Declaration
func rotated(by quaternion: simd_quatf) -> Pose3DFloatParameters
- quaternion:
The quaternion that defines the rotation.
Discussion
Returns A pose with a rotation that’s rotated by the specified quaternion.