applying(_:)
Returns a simd vector that’s transformed by the specified projective transform.
Declaration
func applying(_ transform: ProjectiveTransform3DFloat) -> simd_float3Parameters
- transform:
The projective transform.
Discussion
Returns The transformed ray.
This function applies the transform to the simd vector.