Home
last modified time | relevance | path

Searched refs:IN_AREA (Results 1 – 3 of 3) sorted by relevance

/dports/devel/libarea/libarea-2752cd9/kbool/src/
H A Dline.cpp94 (Result_beginnode == IN_AREA) in ActionOnTable1()
96 (Result_endnode == IN_AREA) in ActionOnTable1()
157 (Result_endnode == IN_AREA) in ActionOnTable1()
162 (Result_beginnode == IN_AREA) in ActionOnTable1()
173 (Result_beginnode == IN_AREA) in ActionOnTable1()
182 (Result_endnode == IN_AREA) in ActionOnTable1()
210 (Result_beginnode == IN_AREA) in ActionOnTable2()
212 (Result_endnode == IN_AREA) in ActionOnTable2()
275 (Result_endnode == IN_AREA) in ActionOnTable2()
633 return IN_AREA; in PointInLine()
[all …]
H A Dgraph.cpp1156 doprev = bool(prevhelp.PointInLine(A,prevdist,(double)Marge) == IN_AREA); in Smoothen()
1157 donext = bool(nexthelp.PointInLine(B,nextdist,(double)Marge) == IN_AREA); in Smoothen()
1204 if (nextline.PointInLine(A,distance, (double) Marge)==IN_AREA) in Smoothen()
1208 if (nextline.PointInLine(cross_node,distance,0.0)==IN_AREA) in Smoothen()
1231 if (prevline.PointInLine(B,distance,(double)Marge)==IN_AREA) in Smoothen()
1235 if (prevline.PointInLine(cross_node,distance,0.0)==IN_AREA) in Smoothen()
/dports/devel/libarea/libarea-2752cd9/kbool/include/
H A Dline.h25 enum PointStatus {LEFT_SIDE, RIGHT_SIDE, ON_AREA, IN_AREA}; enumerator