Contents

*(_:_:)

Returns the concatenation of two poses.

Declaration

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

Parameters

  • lhs:

    The left-hand-side value.

  • rhs:

    The right-hand-side value.

See Also

Applying arithmetic operations