$search
Simple triangle with three indices for 3 neighboring triangles. More...
#include <primitive.h>
Public Member Functions | |
unsigned int & | operator[] (int j) |
unsigned int | operator[] (int i) const |
void | set (unsigned int fid0, unsigned int fid1, unsigned int fid2) |
Triangle3f (unsigned int fid0, unsigned int fid1, unsigned int fid2) | |
Triangle3f () | |
Public Attributes | |
unsigned int | fids [3] |
Simple triangle with three indices for 3 neighboring triangles.
Definition at line 78 of file primitive.h.
collision_checking::Triangle3f::Triangle3f | ( | ) | [inline] |
Definition at line 82 of file primitive.h.
collision_checking::Triangle3f::Triangle3f | ( | unsigned int | fid0, | |
unsigned int | fid1, | |||
unsigned int | fid2 | |||
) | [inline] |
Definition at line 87 of file primitive.h.
unsigned int& collision_checking::Triangle3f::operator[] | ( | int | j | ) | [inline] |
Definition at line 99 of file primitive.h.
unsigned int collision_checking::Triangle3f::operator[] | ( | int | i | ) | const [inline] |
Definition at line 97 of file primitive.h.
void collision_checking::Triangle3f::set | ( | unsigned int | fid0, | |
unsigned int | fid1, | |||
unsigned int | fid2 | |||
) | [inline] |
Definition at line 92 of file primitive.h.
unsigned int collision_checking::Triangle3f::fids[3] |
Definition at line 80 of file primitive.h.