Home
last modified time | relevance | path

Searched defs:LineSegmentsIntersect (Results 1 – 4 of 4) sorted by relevance

/dports/science/elmerfem/elmerfem-release-9.0/elmerice/Solvers/
H A DCalvingGeometry.F903149 SUBROUTINE LineSegmentsIntersect ( a1, a2, b1, b2, intersect_point, does_intersect ) subroutine
3155 REAL(KIND=dp) :: a1(2), a2(2), b1(2), b2(2), intersect_point(2)
3156 LOGICAL :: does_intersect
3181 END SUBROUTINE LineSegmentsIntersect argument
/dports/games/kartofel/kartofel-1.2/
H A Dutil.cc138 bool LineSegmentsIntersect(const LineSegment& ls1, in LineSegmentsIntersect() function
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkCellValidator.cxx99 bool LineSegmentsIntersect(double p1[3], double p2[3], in LineSegmentsIntersect() function
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkCellValidator.cxx110 bool LineSegmentsIntersect(double p1[3], double p2[3], double q1[3], double q2[3], double tolerance) in LineSegmentsIntersect() function