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