Contents

*(_:_:)

Returns a new scaled pose that’s constructed by concatenating a pose and a scaled pose.

Declaration

static func * (lhs: Pose3DFloat, rhs: ScaledPose3DFloat) -> ScaledPose3DFloat

Parameters

  • lhs:

    The first value.

  • rhs:

    The second value.