*(_:_:)
Returns a new pose that’s constructed by concatenating two existing poses.
Declaration
static func * (lhs: ScaledPose3DFloat, rhs: Pose3DFloat) -> ScaledPose3DFloatParameters
- lhs:
The first value.
- rhs:
The second value.
Returns a new pose that’s constructed by concatenating two existing poses.
static func * (lhs: ScaledPose3DFloat, rhs: Pose3DFloat) -> ScaledPose3DFloatThe first value.
The second value.