applying(_:)
Returns the vector that results from applying a projective transform to the vector.
Declaration
func applying(_ transform: ProjectiveTransform3DFloat) -> Vector3DFloatParameters
- transform:
The projective transform.
Discussion
Returns The transformed primitive.