Home
last modified time | relevance | path

Searched defs:Polygon (Results 101 – 125 of 1742) sorted by relevance

12345678910>>...70

/dports/graphics/pastel/pastel-0.8.1/cargo-crates/plotters-0.3.1/src/element/
H A Dbasic_shapes.rs291 pub struct Polygon<Coord> { struct
295 impl<Coord> Polygon<Coord> { argument
308 impl<'a, Coord> PointCollection<'a, Coord> for &'a Polygon<Coord> { implementation
316 impl<Coord, DB: DrawingBackend> Drawable<DB> for Polygon<Coord> { implementation
/dports/benchmarks/inferno/inferno-0.10.9/cargo-crates/plotters-0.3.1/src/element/
H A Dbasic_shapes.rs291 pub struct Polygon<Coord> { struct
295 impl<Coord> Polygon<Coord> { impl
308 impl<'a, Coord> PointCollection<'a, Coord> for &'a Polygon<Coord> { implementation
316 impl<Coord, DB: DrawingBackend> Drawable<DB> for Polygon<Coord> { implementation
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/plotters-0.3.0/src/element/
H A Dbasic_shapes.rs291 pub struct Polygon<Coord> { struct
295 impl<Coord> Polygon<Coord> { argument
308 impl<'a, Coord> PointCollection<'a, Coord> for &'a Polygon<Coord> { implementation
316 impl<Coord, DB: DrawingBackend> Drawable<DB> for Polygon<Coord> { implementation
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/
H A Dgdk-region.adb120 procedure Polygon subprogram
133 end Polygon; argument
/dports/cad/pcb/pcb-4.2.0/src/
H A Dremove.c180 DestroyPolygon (LayerType *Layer, PolygonType *Polygon) in DestroyPolygon()
198 PolygonType *Polygon, PointType *Point) in DestroyPolygonPoint()
455 RemovePolygon (LayerType *Layer, PolygonType *Polygon) in RemovePolygon()
475 PolygonType *Polygon, in RemovePolygonContour()
525 PolygonType *Polygon, PointType *Point) in RemovePolygonPoint()
/dports/databases/tile38/tile38-1.12.0/geojson/poly/
H A Dpoly.go23 type Polygon []Point type
66 func (r Rect) Polygon() Polygon { func
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/
H A DPolygon.cpp12 Polygon::Polygon() in Polygon() function in Polygon
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/
H A DPolygon.cpp12 Polygon::Polygon() in Polygon() function in Polygon
/dports/www/firefox/firefox-99.0/third_party/rust/plane-split/src/
H A Dpolygon.rs98 pub struct Polygon<T, U, A> { struct
108 impl<T: Clone, U, A: Copy> Clone for Polygon<T, U, A> { argument
123 impl<T, U, A> Polygon<T, U, A> impl
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/plane-split/src/
H A Dpolygon.rs98 pub struct Polygon<T, U, A> { struct
108 impl<T: Clone, U, A: Copy> Clone for Polygon<T, U, A> { argument
123 impl<T, U, A> Polygon<T, U, A> implementation
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/plane-split-0.15.0/src/
H A Dpolygon.rs90 pub struct Polygon<T, U, A> { struct
100 impl<T: Clone, U, A: Copy> Clone for Polygon<T, U, A> { argument
115 impl<T, U, A> Polygon<T, U, A> where implementation
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/plane-split/src/
H A Dpolygon.rs98 pub struct Polygon<T, U, A> { struct
108 impl<T: Clone, U, A: Copy> Clone for Polygon<T, U, A> { argument
123 impl<T, U, A> Polygon<T, U, A> implementation
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/plane-split/src/
H A Dpolygon.rs90 pub struct Polygon<T, U, A> { struct
100 impl<T: Clone, U, A: Copy> Clone for Polygon<T, U, A> { implementation
115 impl<T, U, A> Polygon<T, U, A> where implementation
/dports/math/openturns/openturns-1.18/python/src/
H A DPolygon.i10 namespace OT { %extend Polygon { Polygon(const Polygon & other) { return new OT::Polygon(other); } … in Polygon() function
/dports/cad/uranium/Uranium-3ed9c4de/UM/Math/
H A DShapelyUtil.py15 def polygon2ShapelyPolygon(polygon: "Polygon") -> shapely.geometry.Polygon:
/dports/databases/sfcgal/SFCGAL-815d5097f684dbc48b22041bf2047beab36df0a1/src/detail/generator/
H A Dhoch.h29 class Polygon ; variable
H A Dbuilding.h32 class Polygon ; variable
/dports/science/py-libpysal/libpysal-4.5.1/libpysal/examples/Polygon/
H A DREADME.md1 Polygon chapter
/dports/databases/litestream/google-cloud-go-storage-v1.15.0/internal/godocfx/testdata/golden/
H A Dindex.yml20 you only wish to access public data, you can create\nan unauthenticated client
/dports/graphics/py-traitsui/traitsui-7.1.1/examples/tutorials/doc_examples/examples/
H A Doverride_editor.py10 class Polygon(HasTraits): class
/dports/math/wfmath/wfmath-1.0.2/wfmath/
H A Dpolygon.h38 template<int dim> class Polygon; variable
50 Polygon() : m_points() {} in Polygon() function
51 Polygon(const Polygon& p) : m_points(p.m_points) {} in Polygon() function
53 explicit Polygon(const AtlasInType& a) : m_points() {fromAtlas(a);} in Polygon() function
309 Polygon() : m_orient(), m_poly() {} in Polygon() function
310 Polygon(const Polygon& p) : m_orient(p.m_orient), m_poly(p.m_poly) {} in Polygon() function
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sword25/math/
H A Dpolygon.cpp40 Polygon::Polygon() : vertexCount(0), vertices(NULL) { in Polygon() function in Sword25::Polygon
43 Polygon::Polygon(int vertexCount_, const Vertex *vertices_) : vertexCount(0), vertices(NULL) { in Polygon() function in Sword25::Polygon
47 Polygon::Polygon(const Polygon &other) : Persistable(other), vertexCount(0), vertices(NULL) { in Polygon() function in Sword25::Polygon
51 Polygon::Polygon(InputPersistenceBlock &Reader) : vertexCount(0), vertices(NULL) { in Polygon() function in Sword25::Polygon
/dports/games/scummvm/scummvm-2.5.1/engines/sword25/math/
H A Dpolygon.cpp40 Polygon::Polygon() : vertexCount(0), vertices(NULL) { in Polygon() function in Sword25::Polygon
43 Polygon::Polygon(int vertexCount_, const Vertex *vertices_) : vertexCount(0), vertices(NULL) { in Polygon() function in Sword25::Polygon
47 Polygon::Polygon(const Polygon &other) : Persistable(other), vertexCount(0), vertices(NULL) { in Polygon() function in Sword25::Polygon
51 Polygon::Polygon(InputPersistenceBlock &Reader) : vertexCount(0), vertices(NULL) { in Polygon() function in Sword25::Polygon
/dports/games/openxcom/OpenXcom-1.0/src/Geoscape/
H A DPolygon.cpp28 Polygon::Polygon(int points) : _points(points), _texture(0) in Polygon() function in OpenXcom::Polygon
47 Polygon::Polygon(const Polygon& other) in Polygon() function in OpenXcom::Polygon
/dports/math/openturns/openturns-1.18/lib/src/Base/Graph/openturns/
H A DPolygon.hxx37 class OT_API Polygon class

12345678910>>...70