Contents

*=(_:_:)

Calculates the product of two rotations and stores the result in the left-hand-side variable.

Declaration

static func *= (lhs: inout Rotation3DFloat, rhs: Rotation3DFloat)

Parameters

  • lhs:

    The first value.

  • rhs:

    The second value.