Contents

*(_:_:)

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

Parameters

  • lhs:

    The rotation.

  • rhs:

    The interpolation parameter.

See Also

Applying arithmetic operations