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