Home
last modified time | relevance | path

Searched refs:p_intersect (Results 1 – 6 of 6) sorted by relevance

/dports/math/wfmath/wfmath-1.0.2/wfmath/
H A Dpolygon_intersect.h552 Point<2> p_intersect; in Intersect() local
558 p_intersect[i] = (p1[i] * d2 + p2[i] * d1) / (d1 + d2); in Intersect()
560 return Intersect(p.m_poly, p_intersect, proper); in Intersect()
/dports/lang/newlisp/newlisp-10.7.5/
H A Dprimes.h98 {"intersect", p_intersect, 0},
H A Dprotos.h270 CELL * p_intersect(CELL * params);
H A Dnl-list.c204 CELL * p_intersect(CELL * params) in p_intersect() function
/dports/science/elmerfem/elmerfem-release-9.0/elmerice/Solvers/
H A DPlumeSolver.F901598 SUBROUTINE PlanePointIntersection ( pp, pnorm, p1, p2, p_intersect, found_intersection )
1607 REAL(KIND=dp) :: pp(3), pnorm(3), p1(3), p2(3), p_intersect(3) local
1622 p_intersect = p1 + dist*pl
H A DCalvingGeometry.F903123 SUBROUTINE PlanePointIntersection ( pp, pnorm, p1, p2, p_intersect, found_intersection ) argument
3129 REAL(KIND=dp) :: pp(3), pnorm(3), p1(3), p2(3), p_intersect(3) local
3144 p_intersect = p1 + dist*pl