Contents

*(_:_:)

Returns the concatenation of two projective transforms.

Declaration

static func * (lhs: ProjectiveTransform3D, rhs: ProjectiveTransform3D) -> ProjectiveTransform3D

Parameters

  • lhs:

    The left-hand-side value.

  • rhs:

    The right-hand-side value.

See Also

Applying arithmetic operations