$search
Simple edge with two indices for its endpoints. More...
#include <primitive.h>
Public Member Functions | |
Edge2f (unsigned int vid0, unsigned int vid1, unsigned int fid) | |
Edge2f () | |
bool | operator< (const Edge2f &other) const |
bool | operator== (const Edge2f &other) const |
Whether two edges are the same, assuming belongs to the same object. | |
Public Attributes | |
unsigned int | fids [2] |
unsigned int | vids [2] |
Simple edge with two indices for its endpoints.
Definition at line 103 of file primitive.h.
collision_checking::Edge2f::Edge2f | ( | ) | [inline] |
Definition at line 108 of file primitive.h.
collision_checking::Edge2f::Edge2f | ( | unsigned int | vid0, | |
unsigned int | vid1, | |||
unsigned int | fid | |||
) | [inline] |
Definition at line 114 of file primitive.h.
bool collision_checking::Edge2f::operator< | ( | const Edge2f & | other | ) | const [inline] |
Definition at line 127 of file primitive.h.
bool collision_checking::Edge2f::operator== | ( | const Edge2f & | other | ) | const [inline] |
Whether two edges are the same, assuming belongs to the same object.
Definition at line 122 of file primitive.h.
unsigned int collision_checking::Edge2f::fids[2] |
Definition at line 106 of file primitive.h.
unsigned int collision_checking::Edge2f::vids[2] |
Definition at line 105 of file primitive.h.