Contents

unapplying(_:)

Returns a ray that’s transformed by the inverse of the specified affine transform.

Declaration

func unapplying(_ transform: AffineTransform3DFloat) -> Ray3DFloat

Parameters

  • transform:

    The affine transform.

Discussion

  • Returns The transformed ray.

This function applies the transform to the ray’s origin and direction.