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

Box.Rotation Property

 [This is preliminary documentation and subject to change.]

Rotation about the center point.

[Visual Basic]
Public Property Matrix33 As 
[C#]
public Matrix33 Matrix33 { get; set; }
[C++]
public: __property  get_Matrix33();
public: __property void set_Matrix33(Matrix33 );
[JScript]
public function get Matrix33() : Matrix33
public function set Matrix33(Matrix33);

See Also

Box Structure | mPhysics.Foundation Namespace