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