Home
last modified time | relevance | path

Searched defs:LineSegment (Results 51 – 75 of 109) sorted by relevance

12345

/dports/multimedia/zoneminder/zoneminder-1.36.5/src/
H A Dzm_line.h26 LineSegment(Vector2 start, Vector2 end) : start_(start), end_(end) {} in LineSegment() function
/dports/graphics/geos/geos-3.9.1/include/geos/index/chain/
H A DMonotoneChain.h30 class LineSegment; variable
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ximgproc/src/
H A Dfast_hough_transform.cpp674 struct LineSegment { struct
675 Point u, v;
676 LineSegment(const Point _u, const Point _v) : u(_u), v(_v) { } in LineSegment() argument
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/meshing/
H A Dmeshclass.hpp249 Segment & LineSegment(int i) { return segments.Elem(i); } in LineSegment() function in netgen::Mesh
250 const Segment & LineSegment(int i) const { return segments.Get(i); } in LineSegment() function in netgen::Mesh
252 Segment & LineSegment(SegmentIndex si) { return segments[si]; } in LineSegment() function in netgen::Mesh
253 const Segment & LineSegment(SegmentIndex si) const { return segments[si]; } in LineSegment() function in netgen::Mesh
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/meshing/
H A Dmeshclass.hpp246 Segment & LineSegment(int i) { return segments.Elem(i); } in LineSegment() function in Mesh
247 const Segment & LineSegment(int i) const { return segments.Get(i); } in LineSegment() function in Mesh
249 Segment & LineSegment(SegmentIndex si) { return segments[si]; } in LineSegment() function in Mesh
250 const Segment & LineSegment(SegmentIndex si) const { return segments[si]; } in LineSegment() function in Mesh
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/primitives/
H A DPath.as1861 class LineSegment extends PathSegment class
1884 public function LineSegment(x:Number = 0, y:Number = 0) method in LineSegment
/dports/devel/spatialindex/spatialindex-src-1.8.5/include/spatialindex/
H A DSpatialIndex.h39 class LineSegment; variable
/dports/databases/elixir-postgrex/postgrex-0.13.5/lib/postgrex/
H A Dbuiltins.ex197 defmodule Postgrex.LineSegment do module
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libvpsc/
H A Dlinesegment.h53 LineSegment(const Vector& begin, const Vector& end) in LineSegment() function
/dports/astro/xplanet/xplanet-1.3.1/src/libannotate/
H A DLineSegment.cpp8 LineSegment::LineSegment(const unsigned char color[3], const int thickness, in LineSegment() function in LineSegment
/dports/games/flightgear/flightgear-2020.3.11/src/Instrumentation/HUD/
H A DHUD.hxx43 class LineSegment class
46 LineSegment(GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1) in LineSegment() function in LineSegment
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/world/bsp/
H A Dlinesegment.cpp331 DENG2_PIMPL(LineSegment) in DENG2_PIMPL() argument
384 LineSegment::LineSegment(Vertex &from, Vertex &to) : d(new Impl(this, from, to)) in LineSegment() function in world::bsp::LineSegment
/dports/graphics/geos/geos-3.9.1/tests/unit/geom/
H A DLineSegmentTest.cpp19 typedef geos::geom::LineSegment LineSegment; typedef
/dports/cad/netgen/netgen-6.2.2105/libsrc/meshing/
H A Dmeshclass.hpp270 Segment & LineSegment(int i) { return segments[i-1]; } in LineSegment() function in netgen::Mesh
272 const Segment & LineSegment(int i) const { return segments[i-1]; } in LineSegment() function in netgen::Mesh
274 Segment & LineSegment(SegmentIndex si) { return segments[si]; } in LineSegment() function in netgen::Mesh
275 const Segment & LineSegment(SegmentIndex si) const { return segments[si]; } in LineSegment() function in netgen::Mesh
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/cython/
H A Dcy2geom.pyx47 from _cy_curves import cy_LineSegment as LineSegment unknown
/dports/math/lib2geom/lib2geom-1.1/src/cython/
H A Dcy2geom.pyx47 from _cy_curves import cy_LineSegment as LineSegment unknown
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dline.h136 friend class LineSegment; variable
/dports/graphics/geos/geos-3.9.1/tests/unit/noding/
H A DSegmentPointComparatorTest.cpp36 typedef geos::geom::LineSegment LineSegment; typedef
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/
H A DGeometry.hxx152 LineSegment<CoordType, Dim>::LineSegment() in LineSegment() function in vtkm::LineSegment
159 LineSegment<CoordType, Dim>::LineSegment() in LineSegment() function in vtkm::LineSegment
165 LineSegment<CoordType, Dim>::LineSegment(const Vector& p0, const Vector& p1) in LineSegment() function in vtkm::LineSegment
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/include/2geom/
H A Dforward.h76 typedef BezierCurveN<1> LineSegment; typedef
/dports/math/lib2geom/lib2geom-1.1/include/2geom/
H A Dforward.h76 typedef BezierCurveN<1> LineSegment; typedef
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/
H A DGeometry.hxx135 VTKM_EXEC_CONT LineSegment<CoordType, Dim>::LineSegment() in LineSegment() function in vtkm::LineSegment
142 VTKM_EXEC_CONT LineSegment<CoordType, Dim>::LineSegment() in LineSegment() function in vtkm::LineSegment
148 VTKM_EXEC_CONT LineSegment<CoordType, Dim>::LineSegment(const Vector& p0, const Vector& p1) in LineSegment() function in vtkm::LineSegment
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerExample.cpp524 struct LineSegment struct
526 btVector3 m_from;
527 btVector3 m_to;
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerExample.cpp524 struct LineSegment struct
526 btVector3 m_from;
527 btVector3 m_to;
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/geom2d/
H A Dspline2d.hpp104 class LineSegment : public SplineSegment class

12345