Home
last modified time | relevance | path

Searched refs:other_corner (Results 1 – 2 of 2) sorted by relevance

/dports/cad/pcb/pcb-4.2.0/src/
H A Ddjopt.c458 other_corner (line_s * l, corner_s * c) in other_corner() function
1339 c2 = other_corner (l, c2); in orthopull_1()
1574 corner_s *oc = other_corner (l, cs[i]); in orthopull_1()
1730 c1 = other_corner (l1, l->s); in debumpify()
1731 c2 = other_corner (l2, l->e); in debumpify()
1866 c0 = other_corner (c->lines[0], c); in unjaggy_once()
1870 c1 = other_corner (c->lines[1], c); in unjaggy_once()
2025 c2 = other_corner (c->lines[i], c); in vianudge()
2251 oc1 = other_corner (c->lines[0], c); in miter()
2252 oc2 = other_corner (c->lines[1], c); in miter()
[all …]
/dports/math/wfmath/wfmath-1.0.2/wfmath/
H A Dpolygon_intersect.h438 Point<dim> other_corner = corner; in _PolyContainsBox() local
439 other_corner[nonzero_dim] += size[nonzero_dim]; in _PolyContainsBox()
442 if(!orient.checkContained(other_corner, corner3)) in _PolyContainsBox()