Contents

*(_:_:)

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) -> Rotation3D

Parameters

  • lhs:

    The interpolation parameter.

  • rhs:

    The rotation.

See Also

Applying arithmetic operations