*=(_:_:)
Calculates the product of two rotations and stores the result in the left-hand-side variable.
Declaration
static func *= (lhs: inout Rotation3DFloat, rhs: Rotation3DFloat)Parameters
- lhs:
The first value.
- rhs:
The second value.
Calculates the product of two rotations and stores the result in the left-hand-side variable.
static func *= (lhs: inout Rotation3DFloat, rhs: Rotation3DFloat)The first value.
The second value.