multiply method

UArPose multiply(
  1. UArPose other
)

Implementation

UArPose multiply(UArPose other) => UArPose(position: transformPoint(other.position), rotation: rotation.multiply(other.rotation).normalized);