SAGA API
v9.6
|
#include "tin.h"
Go to the source code of this file.
Macros | |
#define | IS_ONLINE(A, B) (A.y == B.y && ((A.x <= x && x <= B.x) || (B.x <= x && x <= A.x))) |
Functions | |
int | SG_TIN_Compare_Triangle_Center (const void *pz1, const void *pz2) |
Definition at line 304 of file tin_elements.cpp.
int SG_TIN_Compare_Triangle_Center | ( | const void * | pz1, |
const void * | pz2 | ||
) |
Definition at line 166 of file tin_elements.cpp.
Referenced by CSG_TIN_Node::Get_Polygon().