*(_:_:)
Returns the concatenation of two poses.
Declaration
static func * (lhs: Pose3D, rhs: Pose3D) -> Pose3DParameters
- lhs:
The left-hand-side value.
- rhs:
The right-hand-side value.
Returns the concatenation of two poses.
static func * (lhs: Pose3D, rhs: Pose3D) -> Pose3DThe left-hand-side value.
The right-hand-side value.