Contents

applying(_:)

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

Declaration

func applying(_ transform: AffineTransform3DFloat) -> Vector3DFloat

Parameters

  • transform:

    The affine transform.

Discussion

  • Returns The transformed primitive.