PhysicsEngineCollide Method | 
| Name | Description | |
|---|---|---|
| Collide(BBox, PhysicsGroup, Boolean) | 
            Finds all physics bodies prescribed to the specified group that are
            intersecting the specified bounding box.
              | |
| Collide(BBox, IListPhysicsGroup, Boolean) | 
            Finds all physics bodies prescribed to any of the groups specified in the group list
            that are intersecting the specified bounding box.
              | |
| Collide(BSphere, PhysicsGroup, Boolean) | 
            Finds all physics bodies prescribed to the specified group that are
            intersecting the specified bounding sphere.
              | |
| Collide(BSphere, IListPhysicsGroup, Boolean) | 
            Finds all physics objects prescribed to any of the groups specified in the group list
            that are intersecting the specified bounding sphere.
              | |
| Collide(PhysicsBody, PhysicsGroup, Boolean) | 
            Finds all physics bodies prescribed to the specified group that are
            colliding with the specified body.
              | |
| Collide(PhysicsBody, IListPhysicsGroup, Boolean) | 
            Finds all physics objects prescribed to any of the groups specified in the group list
            that are colliding with the specified body.
              |