| lcTIN_AddTrianI | Home |
|
HANDLE lcTIN_AddTrianI ( int iPnt1, int iPnt2, int iPnt3 ); |
| iPnt1 iPnt2 iPnt3 | |
| Indices of TIN points which are vertices of the triangle. | |
|
Handle to the added TIN triangle. If the function fails, the return value is NULL. |
| lcTIN_GetPointI, lcTIN_AddTrian |