Home
last modified time | relevance | path

Searched defs:CFacet (Results 1 – 1 of 1) sorted by relevance

/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/include/
H A DMesh.h66 struct CFacet { struct
67 CFacet() {Clear();} in CFacet() function
68CFacet(const int& av1, const int& av2, const int& av3) {Clear(); vi[0] = av1; vi[1] = av2; vi[2] =… in CFacet() function
69CFacet(const Vec3D& an, const int& av1, const int& av2, const int& av3) {Clear(); n = an; vi[0] = … in CFacet() function
73 CFacet(const CFacet& p) {*this = p;} in CFacet() argument
76 int vi[3]; //vertex indices
79 bool HasName;
80 int Name; //my name (for GL picking)
82 TexMap Map; //mapping to a texture
83 bool HasColor;
[all …]