Contents

*(_:_:)

Returns the product of two rotations.

Declaration

static func * (lhs: Rotation3D, rhs: Rotation3D) -> Rotation3D

Parameters

  • lhs:

    The left-hand-side value.

  • rhs:

    The right-hand-side value.

See Also

Applying arithmetic operations