unapplying(_:)
Returns a ray that’s transformed by the inverse of the specified projective transform.
Declaration
func unapplying(_ transform: ProjectiveTransform3DFloat) -> Ray3DFloatParameters
- transform:
The projective transform.
Discussion
Returns The transformed ray.
This function applies the transform to the ray’s origin and direction.