Contents

unapplying(_:)

Returns the vector that results from unapplying a projective transform to the vector.

Declaration

func unapplying(_ transform: ProjectiveTransform3D) -> Vector3D

Parameters

  • transform:

    The projective transform.

Discussion

  • Returns The transformed primitive.

See Also

Transforming a vector