$search
Simple triangle with 3 indices for points. More...
#include <primitive.h>
Public Member Functions | |
unsigned int & | operator[] (int i) |
unsigned int | operator[] (int i) const |
void | set (unsigned int p1, unsigned int p2, unsigned int p3) |
Triangle3e (unsigned int p1, unsigned int p2, unsigned int p3) | |
Triangle3e () | |
Public Attributes | |
int | geom_id |
int | sub_geom_id |
unsigned int | vids [3] |
Simple triangle with 3 indices for points.
Definition at line 47 of file primitive.h.
collision_checking::Triangle3e::Triangle3e | ( | ) | [inline] |
Definition at line 58 of file primitive.h.
collision_checking::Triangle3e::Triangle3e | ( | unsigned int | p1, | |
unsigned int | p2, | |||
unsigned int | p3 | |||
) | [inline] |
Definition at line 60 of file primitive.h.
unsigned int& collision_checking::Triangle3e::operator[] | ( | int | i | ) | [inline] |
Definition at line 72 of file primitive.h.
unsigned int collision_checking::Triangle3e::operator[] | ( | int | i | ) | const [inline] |
Definition at line 70 of file primitive.h.
void collision_checking::Triangle3e::set | ( | unsigned int | p1, | |
unsigned int | p2, | |||
unsigned int | p3 | |||
) | [inline] |
Definition at line 65 of file primitive.h.
Definition at line 51 of file primitive.h.
Definition at line 55 of file primitive.h.
unsigned int collision_checking::Triangle3e::vids[3] |
Definition at line 49 of file primitive.h.