applying(_:)
Returns a rotation that’s transformed by the specified projective transform.
Declaration
func applying(_ transform: ProjectiveTransform3D) -> Rotation3DParameters
- transform:
The projective transform.
Discussion
Returns The transformed rotation. In the case where Spatial is unable to successfully apply the transform, the function returns
.identity.
This function applies the transform to the rotation.