Public Member Functions | |
CEdgeKey (uint32 v0, uint32 v1) | |
CEdgeKey () | |
bool | operator() (const CEdgeKey &a, const CEdgeKey &b) const |
Data Fields | |
uint32 | V0 |
uint32 | V1 |
|
Definition at line 116 of file collision_mesh_build.h.
00116 {} |
|
Definition at line 117 of file collision_mesh_build.h. References uint32.
|
|
Definition at line 119 of file collision_mesh_build.h.
00120 {
00121 return a.V0 < b.V0 || (a.V0 == b.V0 && a.V1 < b.V1);
00122 }
|
|
Definition at line 113 of file collision_mesh_build.h. Referenced by operator()(). |
|
Definition at line 114 of file collision_mesh_build.h. Referenced by operator()(). |