Home
last modified time | relevance | path

Searched refs:faces_trihedron (Results 1 – 1 of 1) sorted by relevance

/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DMTrihedron.h42 v[0] = _v[faces_trihedron(num, 0)]; in _getFaceVertices()
43 v[1] = _v[faces_trihedron(num, 1)]; in _getFaceVertices()
44 v[2] = _v[faces_trihedron(num, 2)]; in _getFaceVertices()
96 return MFace(_v[faces_trihedron(num, 0)], _v[faces_trihedron(num, 1)], in getFace()
97 _v[faces_trihedron(num, 2)]); in getFace()
169 static int faces_trihedron(const int face, const int vert) in faces_trihedron() function