Static Public Member Functions | |
| static bool | Process (const FLine2 &contour, FLine2 &result) |
| static bool | Process (const FLine3 &contour, FLine3 &result) |
| static bool | Process (const FLine3 &contour, vtArray< int > &result) |
| static float | Area (const FLine2 &contour) |
| static float | Area (const FLine3 &contour) |
| static bool | InsideTriangle (float Ax, float Ay, float Bx, float By, float Cx, float Cy, float Px, float Py) |
|
|
compute area of a contour/polygon |
|
||||||||||||||||||||||||||||||||||||
|
decide if point Px/Py is inside triangle defined by (Ax,Ay) (Bx,By) (Cx,Cy) |
|
||||||||||||
|
triangulate a contour/polygon, places results in STL vector as series of triangles. |
1.4.5