Contents

unapplying(_:)

Returns a ray that results from unapplying the specified projective transform.

Declaration

func unapplying(_ transform: ProjectiveTransform3D) -> Ray3D

Parameters

  • transform:

    The projective transform that the function unapplies to the point.

See Also

Transforming a 3D ray structure