Home
last modified time | relevance | path

Searched defs:LineSegment (Results 1 – 25 of 109) sorted by last modified time

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/
H A Drender_text.cc396 LineSegment::LineSegment() : run(0) {} in LineSegment() function in gfx::internal::LineSegment
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/
H A Drender_text.cc405 LineSegment::LineSegment() : run(0) {} in LineSegment() function in gfx::internal::LineSegment
/dports/print/scribus-devel/scribus-1.5.7/scribus/third_party/lib2geom/
H A Dpath.h267 typedef BezierCurve<1> LineSegment; typedef
450 : final_(new LineSegment()), closed_(closed) in final_()
/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/mail/thunderbird/thunderbird-91.8.0/third_party/rust/svg_fmt/src/
H A Dsvg.rs312 pub struct LineSegment { struct
321 impl fmt::Display for LineSegment { argument
333 pub fn line_segment(x1: f32, y1: f32, x2: f32, y2: f32) -> LineSegment { in line_segment()
341 impl LineSegment { implementation
/dports/www/firefox/firefox-99.0/third_party/rust/svg_fmt/src/
H A Dsvg.rs312 pub struct LineSegment { struct
321 impl fmt::Display for LineSegment { argument
333 pub fn line_segment(x1: f32, y1: f32, x2: f32, y2: f32) -> LineSegment { in line_segment()
341 impl LineSegment { impl
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/svg_fmt/src/
H A Dsvg.rs312 pub struct LineSegment { struct
321 impl fmt::Display for LineSegment { argument
333 pub fn line_segment(x1: f32, y1: f32, x2: f32, y2: f32) -> LineSegment { in line_segment()
341 impl LineSegment { implementation
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dobstacles.h48 struct LineSegment { struct
49 Vector2 start;
73 static bool lineLineIntersection(LineSegment a, LineSegment b, Vector2 *intersectionPoint); argument
/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/databases/py-asyncpg/asyncpg-0.25.0/asyncpg/pgproto/
H A Dtypes.py324 class LineSegment(typing.Tuple[Point, Point]): class
/dports/games/openttd/openttd-12.1/src/
H A Dgfx.cpp163 typedef std::pair<Point, Point> LineSegment; typedef
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/
H A DGeometry.h112 struct LineSegment struct
120 VTKM_EXEC_CONT LineSegment(); argument
144 Vector Center() const { return this->Evaluate(0.5f); } in Center()
151 Vector Direction() const { return this->Endpoints[1] - this->Endpoints[0]; } in Direction()
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/cad/netgen/netgen-6.2.2105/libsrc/geom2d/
H A Dspline2d.hpp104 class LineSegment : public SplineSegment class
/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/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() function
/dports/science/py-libpysal/libpysal-4.5.1/libpysal/cg/
H A Dshapes.py345 class LineSegment(Geometry): class
/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/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/render/
H A Dlinetypes.py7 LineSegment = Tuple[Vec3, Vec3] variable
/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/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/include/2geom/
H A Dbezier-curve.h298 typedef BezierCurveN<1> LineSegment; typedef
H A Dforward.h76 typedef BezierCurveN<1> LineSegment; typedef
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libavoid/
H A Dorthogonal.cpp659 class LineSegment class
662 LineSegment(const double& b, const double& f, const double& p, in LineSegment() function in Avoid::LineSegment
680 LineSegment(const double& bf, const double& p, VertInf *bfvi = nullptr) in LineSegment() function in Avoid::LineSegment
/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

12345