SAGA API v9.10
Loading...
Searching...
No Matches
tin_elements.cpp File Reference
#include "tin.h"

Go to the source code of this file.

Macros

#define IS_ONLINE(A, B)

Functions

int SG_TIN_Compare_Triangle_Center (const void *pz1, const void *pz2)

Macro Definition Documentation

◆ IS_ONLINE

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

Definition at line 304 of file tin_elements.cpp.

Referenced by CSG_TIN_Triangle::is_Containing().

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