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

Syntax

Visual Basic (Declaration)
Public Sub Rotate( _ 
   ByVal Yaw As Single,  _ 
   ByVal Pitch As Single,  _ 
   ByVal Roll As Single _ 
)
C#
public void Rotate(
   float Yaw,
   float Pitch,
   float Roll
)
C++
public:
 void Rotate(
   float Yaw,
   float Pitch,
   float Roll
) sealed 
J#
public void Rotate(
   float Yaw,
   float Pitch,
   float Roll
)
JScript
public  function Rotate(
   Yaw : float,
   Pitch : float,
   Roll : float
)

See Also