Home
last modified time | relevance | path

Searched refs:isPointOnLine (Results 1 – 25 of 28) sorted by relevance

12

/dports/math/octave-forge-matgeom/matgeom-1.2.3/inst/geom2d/
H A DisPointOnLine.m28 function b = isPointOnLine(point, line, varargin) function
31 % B = isPointOnLine(POINT, LINE)
39 % B = isPointOnLine(POINT, LINE, TOL)
55 % 22/05/2009 rename to isPointOnLine, add psb to specify tolerance
H A DisLeftOriented.m40 % lines2d, points2d, isCounterClockwise, isPointOnLine, distancePointLine
H A Dlines2d.m49 % isPointOnLine, distancePointLine, isLeftOriented
H A DprojPointOnLine.m47 % lines2d, points2d, isPointOnLine, linePosition
H A DisCounterClockwise.m58 % points2d, isPointOnLine, isPointInTriangle, polygonArea
H A DisPointOnRay.m57 % rays2d, points2d, isPointOnLine, isPointOnEdge
H A DlinePosition.m63 % lines2d, createLine, projPointOnLine, isPointOnLine
H A DisPointOnEdge.m95 % edges2d, points2d, isPointOnLine
H A DContents.m124 % isPointOnLine - Test if a point belongs to a line.
/dports/math/octave-forge-matgeom/matgeom-1.2.3/inst/geom3d/
H A DisPointOnLine3d.m43 % lines3d, distancePointLine3d, linePosition3d, isPointOnLine
54 % 17/12/2013 create from isPointOnLine
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/basegfx/polygon/
H A Db3dpolygontools.hxx98 …BASEGFX_DLLPUBLIC bool isPointOnLine(const B3DPoint& rStart, const B3DPoint& rEnd, const B3DPoint&…
H A Db2dpolygontools.hxx349 …BASEGFX_DLLPUBLIC bool isPointOnLine(const B2DPoint& rStart, const B2DPoint& rEnd, const B2DPoint&…
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/basegfx/polygon/
H A Db3dpolygontools.hxx103 …BASEGFX_DLLPUBLIC bool isPointOnLine(const B3DPoint& rStart, const B3DPoint& rEnd, const B3DPoint&…
H A Db2dpolygontools.hxx370 …BASEGFX_DLLPUBLIC bool isPointOnLine(const B2DPoint& rStart, const B2DPoint& rEnd, const B2DPoint&…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderVertexSpacing.cpp444 if (isPointOnLine(edge_start_point, edge_end_point, coordinate) && in getEdgesForQuadsTessellation()
703 if (isPointOnLine(v1, v2, cartesian_coordinate)) in getEdgesForTrianglesTessellation()
708 if (isPointOnLine(v2, v3, cartesian_coordinate)) in getEdgesForTrianglesTessellation()
713 if (isPointOnLine(v3, v1, cartesian_coordinate)) in getEdgesForTrianglesTessellation()
873 bool TessellationShaderVertexSpacing::isPointOnLine(const _tess_coordinate_cartesian& line_v1, in isPointOnLine() function in glcts::TessellationShaderVertexSpacing
H A DesextcTessellationShaderVertexSpacing.hpp312 …bool isPointOnLine(const _tess_coordinate_cartesian& line_v1, const _tess_coordinate_cartesian& li…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basegfx/source/polygon/
H A Db3dpolygontools.cxx574 …bool isPointOnLine(const B3DPoint& rStart, const B3DPoint& rEnd, const B3DPoint& rCandidate, bool … in isPointOnLine() function
645 if(isPointOnLine(aCurrentPoint, aNextPoint, rPoint, true/*bWithPoints*/)) in isPointOnPolygon()
H A Db2dpolygontools.cxx1981 …bool isPointOnLine(const B2DPoint& rStart, const B2DPoint& rEnd, const B2DPoint& rCandidate, bool … in isPointOnLine() function
2030 if(isPointOnLine(aCurrentPoint, aNextPoint, rPoint, bWithPoints)) in isPointOnPolygon()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basegfx/source/polygon/
H A Db3dpolygontools.cxx660 …bool isPointOnLine(const B3DPoint& rStart, const B3DPoint& rEnd, const B3DPoint& rCandidate, bool … in isPointOnLine() function
731 if(isPointOnLine(aCurrentPoint, aNextPoint, rPoint, true/*bWithPoints*/)) in isPointOnPolygon()
H A Db2dpolygontools.cxx2066 …bool isPointOnLine(const B2DPoint& rStart, const B2DPoint& rEnd, const B2DPoint& rCandidate, bool … in isPointOnLine() function
2115 if(isPointOnLine(aCurrentPoint, aNextPoint, rPoint, bWithPoints)) in isPointOnPolygon()
/dports/math/octave-forge-matgeom/matgeom-1.2.3/
H A DINDEX354 isPointOnLine
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/include/
H A Dline2d.h200 bool isPointOnLine(const vector2d<T>& point) const in isPointOnLine() function
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/include/
H A Dline2d.h200 bool isPointOnLine(const vector2d<T>& point) const in isPointOnLine() function
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/tools/IrrFontTool/newFontTool/
H A DCVectorFontTool.h305 if (lb.isPointOnLine(l2.start) && l2.start != lb.start && l2.start != lb.end) in crossesWith()
307 if (lc.isPointOnLine(l2.start) && l2.start != lc.start && l2.start != lc.end) in crossesWith()
/dports/math/octave-forge-geometry/geometry-4.0.0/
H A DNEWS329 isPointOnLine

12