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