Contents

*=(_:_:)

Calculates the concatenation of scaled poses and stores the result in the left-hand-side variable.

Declaration

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

Parameters

  • lhs:

    The first value.

  • rhs:

    The second value.