RotationYawPitchRoll static method

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

Implementation

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