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

Box.Extents Property

 [This is preliminary documentation and subject to change.]

The extents of the bounding box (half of the width, height, depth)

[Visual Basic]
Public Property Vector3 As 
[C#]
public Vector3 Vector3 { get; set; }
[C++]
public: __property  get_Vector3();
public: __property void set_Vector3(Vector3 );
[JScript]
public function get Vector3() : Vector3
public function set Vector3(Vector3);

See Also

Box Structure | mPhysics.Foundation Namespace