*(_:_:)
Returns the rotatable entity that results from applying the rotatable entity.
Declaration
func * <T>(lhs: Rotation3D, rhs: T) -> T where T : Rotatable3DParameters
- lhs:
The left-hand-side value.
- rhs:
The right-hand-side value.
Returns the rotatable entity that results from applying the rotatable entity.
func * <T>(lhs: Rotation3D, rhs: T) -> T where T : Rotatable3DThe left-hand-side value.
The right-hand-side value.