Contents

applying(_:)

Returns a ray that results from applying the specified affine transform.

Declaration

func applying(_ transform: AffineTransform3D) -> Ray3D

Parameters

  • transform:

    The affine transform that the function unapplies to the point.

See Also

Transforming a 3D ray structure