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

Box.IsValid Method 

 [This is preliminary documentation and subject to change.]

Is this a valid bounding box?

[Visual Basic]
Public Function IsValid() As Boolean
[C#]
public bool IsValid();
[C++]
public: bool IsValid();
[JScript]
public function IsValid(): bool;

See Also

Box Structure | mPhysics.Foundation Namespace