mPhysics - A .NET Wrapper for Ageia's PhysX SDK

Matrix33.SetRotateX Method 

 [This is preliminary documentation and subject to change.]

Set this matrix to a rotation about the x-axis.

[Visual Basic]
Public Sub SetRotateX( _ 
   ByVal Single As Single _ 
)
[C#]
public void SetRotateX(
   float Single
);
[C++]
public: void SetRotateX(
   float Single
);
[JScript]
public function SetRotateX(
   float Single
);

See Also

Matrix33 Structure | mPhysics.Foundation Namespace