12 #ifndef __ICETRIANGLE_H__
13 #define __ICETRIANGLE_H__
40 mVerts[0] = triangle.
mVerts[0];
41 mVerts[1] = triangle.
mVerts[1];
42 mVerts[2] = triangle.
mVerts[2];
52 float Perimeter()
const;
53 float Compacity()
const;
54 void Normal(
Point& normal)
const;
55 void DenormalizedNormal(
Point& normal)
const;
61 void ComputeMoment(Moment& m);
62 float MinEdgeLength()
const;
63 float MaxEdgeLength()
const;
65 void Inflate(
float fat_coeff,
bool constant_border);
68 #endif // __ICETRIANGLE_H__