public function RotateYawPitchRollLocal( yaw : float, pitch : float, roll : float );
Parameters
yaw
System.Single. Floating-point value that represents the yaw around the y-axis, in radians.
pitch
System.Single. Floating-point value that represents the pitch around the x-axis, in radians.
roll
System.Single. Floating-point value that represents the roll around the z-axis, in radians.
Remarks
This method left-multiplies the current matrix with the computed rotation matrix. All angles are counterclockwise and rotation is about the local origin of the object.