*(_:_:)
Returns the spherical linear interpolation between the identity rotation and the right-hand-side rotation at the left-hand-side interpolation parameter.
Declaration
static func * (lhs: Double, rhs: Rotation3D) -> Rotation3DParameters
- lhs:
The interpolation parameter.
- rhs:
The rotation.