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

Matrix33.SetRotateY Method 

 [This is preliminary documentation and subject to change.]

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

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

See Also

Matrix33 Structure | mPhysics.Foundation Namespace