Namespace: Tzu_Engine
Assembly: Tzu_Engine (in Tzu_Engine.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function RotationYawPitchRoll( _ 
   ByVal Yaw As Single,  _ 
   ByVal Roll As Single,  _ 
   ByVal Pitch As Single _ 
) As Matrix
C#
public static Matrix RotationYawPitchRoll(
   float Yaw,
   float Roll,
   float Pitch
)
C++
public:
 static Matrix RotationYawPitchRoll(
   float Yaw,
   float Roll,
   float Pitch
)
J#
public static Matrix RotationYawPitchRoll(
   float Yaw,
   float Roll,
   float Pitch
)
JScript
public static  function RotationYawPitchRoll(
   Yaw : float,
   Roll : float,
   Pitch : float
) : Matrix

See Also