H2Lib
3.0
|
Representation of a triangle surface mesh. More...
#include <surface3d.h>
Data Fields | |
uint | vertices |
Number of vertices. | |
uint | edges |
Number of edges. | |
uint | triangles |
Number of triangles. | |
real(* | x )[3] |
Vertex coordinates. | |
uint(* | e )[2] |
Edge vertices. | |
uint(* | t )[3] |
Triangle vertices, counter-clockwise. | |
uint(* | s )[3] |
Triangle edges, s[i][j] opposite t[i][j]. | |
real(* | n )[3] |
Normal vectors. | |
preal | g |
Gram determinant, equals area doubled. | |
real | hmin |
Minimal mesh size. | |
real | hmax |
Maximal mesh size. | |
Representation of a triangle surface mesh.