*(_:_:)
Returns the concatenation of two projective transforms.
Declaration
static func * (lhs: ProjectiveTransform3D, rhs: ProjectiveTransform3D) -> ProjectiveTransform3DParameters
- lhs:
The left-hand-side value.
- rhs:
The right-hand-side value.
Returns the concatenation of two projective transforms.
static func * (lhs: ProjectiveTransform3D, rhs: ProjectiveTransform3D) -> ProjectiveTransform3DThe left-hand-side value.
The right-hand-side value.