RotationYawPitchRoll static method

Quaternion RotationYawPitchRoll(
  1. num yaw,
  2. num pitch,
  3. num roll
)

Implementation

external static Quaternion RotationYawPitchRoll(num yaw, num pitch, num roll);