Contents

unapplying(_:)

Returns the vector that results from unapplying an affine transform to the vector.

Declaration

func unapplying(_ transform: AffineTransform3D) -> Vector3D

Parameters

  • transform:

    The affine transform.

Discussion

  • Returns The transformed primitive.

See Also

Transforming a vector