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;
Bounds3 Structure | mPhysics.Foundation Namespace