Home
last modified time | relevance | path

Searched refs:DONT_INTERSECT (Results 1 – 10 of 10) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/icb/common/
H A Dpx_2drealline.cpp64 return DONT_INTERSECT; in Intersects()
67 return DONT_INTERSECT; in Intersects()
85 return DONT_INTERSECT; in Intersects()
88 return DONT_INTERSECT; in Intersects()
100 return DONT_INTERSECT; in Intersects()
103 return DONT_INTERSECT; in Intersects()
110 return DONT_INTERSECT; in Intersects()
113 return DONT_INTERSECT; in Intersects()
H A Dpx_2drealline.h50 enum IntersectionLogicVal { DONT_INTERSECT, DO_INTERSECT, COLLINEAR }; enumerator
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libavoid/
H A Dgeometry.cpp498 if (x1hi < b2.x || b1.x < x1lo) return DONT_INTERSECT; in segmentIntersectPoint()
502 if (x1hi < b1.x || b2.x < x1lo) return DONT_INTERSECT; in segmentIntersectPoint()
521 if (y1hi < b2.y || b1.y < y1lo) return DONT_INTERSECT; in segmentIntersectPoint()
525 if (y1hi < b1.y || b2.y < y1lo) return DONT_INTERSECT; in segmentIntersectPoint()
537 if (d < 0 || d > f) return DONT_INTERSECT; in segmentIntersectPoint()
541 if (d > 0 || d < f) return DONT_INTERSECT; in segmentIntersectPoint()
549 if (e < 0 || e > f) return DONT_INTERSECT; in segmentIntersectPoint()
553 if (e > 0 || e < f) return DONT_INTERSECT; in segmentIntersectPoint()
H A Dgeometry.h116 static const int DONT_INTERSECT = 0; variable
/dports/math/ggobi/ggobi-2.1.11/src/
H A Dxlines.c46 #define DONT_INTERSECT 0 macro
90 return ( DONT_INTERSECT ); in lines_intersect()
109 return ( DONT_INTERSECT ); in lines_intersect()
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/geometry/
H A DGeomUtils.cpp80 return DONT_INTERSECT; in intersect2dSeg2dSeg()
95 return DONT_INTERSECT; in intersect2dSeg2dSeg()
168 return DONT_INTERSECT; in intersect2dSeg2dSegParametric()
183 return DONT_INTERSECT; in intersect2dSeg2dSegParametric()
534 return DONT_INTERSECT; in intersectRayPlane()
H A DGeomUtils.h74 DONT_INTERSECT, enumerator
/dports/graphics/Coin/coin-Coin-4.0.0/src/nodes/
H A DSoExtSelection.cpp491 #define DONT_INTERSECT FALSE in line_line_intersect() macro
518 if(x1hi < x4 || x3 < x1lo) return DONT_INTERSECT; in line_line_intersect()
521 if(x1hi < x3 || x4 < x1lo) return DONT_INTERSECT; in line_line_intersect()
534 if (y1hi < y4 || y3 < y1lo) return DONT_INTERSECT; in line_line_intersect()
537 if (y1hi < y3 || y4 < y1lo) return DONT_INTERSECT; in line_line_intersect()
546 if (d < 0 || d > f) return DONT_INTERSECT; in line_line_intersect()
549 if (d > 0 || d < f) return DONT_INTERSECT; in line_line_intersect()
554 if (e < 0 || e > f) return DONT_INTERSECT; in line_line_intersect()
557 if (e > 0 || e < f) return DONT_INTERSECT; in line_line_intersect()
576 #undef DONT_INTERSECT in line_line_intersect()
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/algorithm/
H A DLineIntersector.java55 public final static int DONT_INTERSECT = 0; field in LineIntersector
/dports/databases/grass7/grass-7.8.6/lib/ogsf/
H A Dgsdrape.c59 #define DONT_INTERSECT 0 macro
1234 return (DONT_INTERSECT); in segs_intersect()
1252 return (DONT_INTERSECT); in segs_intersect()