Home
last modified time | relevance | path

Searched defs:to_polygon (Results 1 – 6 of 6) sorted by relevance

/dports/cad/horizon-eda/horizon-2.1.0/src/common/
H A Dhole.cpp26 Polygon Hole::to_polygon() const in to_polygon() function in horizon::Hole
H A Dshape.cpp27 Polygon Shape::to_polygon() const in to_polygon() function in horizon::Shape
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/geom/src/
H A Dcircle.rs33 pub fn to_polygon(&self) -> Polygon { in to_polygon() method
H A Dring.rs49 pub fn to_polygon(self) -> Polygon { in to_polygon() method
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/widgetry/src/
H A Dscreen_geom.rs93 pub fn to_polygon(&self) -> Polygon { in to_polygon() method
/dports/misc/libpostal/libpostal-1.1-alpha/scripts/geodata/polygons/
H A Dindex.py156 def to_polygon(cls, coords, holes=None, test_point=None): member in PolygonIndex