Struct triangle_type#

Struct Documentation#

struct triangle_type#

Public Functions

inline bool operator<(const triangle_type &rhs) const#

Public Members

int id#
int v1#
int v2#
int v3#
int orientation#
real g_reference[3]#

reference metric tensor [0] |(v2-v1)|^2 [1] (v2-v1)*(v3-v1) [2]|(v3-v1)|^2

real3 normal_reference#

reference normal

bool is_reference_normal#

if is false then use <0,0,1>

bool is_reference_g#

if is false then use gnow

int type#

Vertex/Edge/Face Type.

real energy#

Vertex energy.

PropertyFaces prop#