This is a helper class for storing pairs of collidable proxies in associative containers.
More...
#include <collidablepair.h>
This is a helper class for storing pairs of collidable proxies in associative containers.
Most commonly this class is used in collision tracking.
Definition at line 54 of file collidablepair.h.
Class constructor.
- Parameters
-
A | The first proxy in the collision pair. |
B | The second proxy in the collision pair. |
Definition at line 53 of file collidablepair.cpp.
UInt64 Mezzanine::Physics::CollidablePair::GetPairID |
( |
| ) |
const |
|
protectedvirtual |
Checks to see if this pair is less than another pair.
- Parameters
-
Pair | The other pair to compare against. |
- Returns
- Returns true if this pair is found to be less then the passed in pair, false otherwise.
Definition at line 83 of file collidablepair.cpp.
Checks to see if this pair is the same as another pair.
- Parameters
-
Pair | The other pair to compare against. |
- Returns
- Returns true if the pairs match regardless of ordering, false otherwise.
Definition at line 80 of file collidablepair.cpp.
Checks to see if this pair is greater than another pair.
- Parameters
-
Pair | The other pair to compare against. |
- Returns
- Returns true if this pair is found to be greater then the passed in pair, false otherwise.
Definition at line 86 of file collidablepair.cpp.
Checks to see if this pair is the same as another pair.
- Parameters
-
Pair | The other pair to compare against. |
- Returns
- Returns true if the pairs match regardless of ordering, false otherwise.
Definition at line 70 of file collidablepair.cpp.
The documentation for this class was generated from the following files: