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

Bounds3.Intersects Method 

 [This is preliminary documentation and subject to change.]

Returns true is this intersects the given bounds.

[Visual Basic]
Public Function Intersects( _ 
   ByRef Bounds3& As Bounds3 _ 
) As Boolean
[C#]
public bool Intersects(
   ref Bounds3 Bounds3&
);
[C++]
public: bool Intersects(
   * Bounds3* Bounds3&
);
[JScript]
public function Intersects(
   Bounds3 Bounds3&
): bool;

See Also

Bounds3 Structure | mPhysics.Foundation Namespace