SAGA API  v9.5
tin_elements.cpp File Reference
#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)
 

Macro Definition Documentation

◆ IS_ONLINE

#define IS_ONLINE (   A,
  B 
)    (A.y == B.y && ((A.x <= x && x <= B.x) || (B.x <= x && x <= A.x)))

Definition at line 304 of file tin_elements.cpp.

Function Documentation

◆ SG_TIN_Compare_Triangle_Center()

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().