*(_:_:)
Returns the product of two rotations.
Declaration
static func * (lhs: Rotation3D, rhs: Rotation3D) -> Rotation3DParameters
- lhs:
The left-hand-side value.
- rhs:
The right-hand-side value.
Returns the product of two rotations.
static func * (lhs: Rotation3D, rhs: Rotation3D) -> Rotation3DThe left-hand-side value.
The right-hand-side value.