*(_:_:)
Returns the product of two projective transforms.
Declaration
static func * (lhs: ProjectiveTransform3DFloat, rhs: ProjectiveTransform3DFloat) -> ProjectiveTransform3DFloatParameters
- lhs:
The first value.
- rhs:
The second value.
Returns the product of two projective transforms.
static func * (lhs: ProjectiveTransform3DFloat, rhs: ProjectiveTransform3DFloat) -> ProjectiveTransform3DFloatThe first value.
The second value.