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

Matrix33.SetRotateZ Method 

 [This is preliminary documentation and subject to change.]

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

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

See Also

Matrix33 Structure | mPhysics.Foundation Namespace