Home
last modified time | relevance | path

Searched refs:lineIntersection (Results 1 – 25 of 67) sorted by relevance

123

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dscene_objects.cpp266 …return lineIntersection(Vector2(sourceX, sourceZ), Vector2(targetX, targetZ), Vector2(objectX1, ob… in isBetween()
267 …|| lineIntersection(Vector2(sourceX, sourceZ), Vector2(targetX, targetZ), Vector2(objectX2, object… in isBetween()
268 …|| lineIntersection(Vector2(sourceX, sourceZ), Vector2(targetX, targetZ), Vector2(objectX2, object… in isBetween()
269 …|| lineIntersection(Vector2(sourceX, sourceZ), Vector2(targetX, targetZ), Vector2(objectX1, object… in isBetween()
296 …if (lineIntersection(Vector2(source.x, source.z), Vector2(target.x, target.z), Vector2(objectX1, o… in isObstacleBetween()
297 …|| lineIntersection(Vector2(source.x, source.z), Vector2(target.x, target.z), Vector2(objectX2, ob… in isObstacleBetween()
298 …|| lineIntersection(Vector2(source.x, source.z), Vector2(target.x, target.z), Vector2(objectX2, ob… in isObstacleBetween()
299 …|| lineIntersection(Vector2(source.x, source.z), Vector2(target.x, target.z), Vector2(objectX1, ob… in isObstacleBetween()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dscene_objects.cpp266 …return lineIntersection(Vector2(sourceX, sourceZ), Vector2(targetX, targetZ), Vector2(objectX1, ob… in isBetween()
267 …|| lineIntersection(Vector2(sourceX, sourceZ), Vector2(targetX, targetZ), Vector2(objectX2, object… in isBetween()
268 …|| lineIntersection(Vector2(sourceX, sourceZ), Vector2(targetX, targetZ), Vector2(objectX2, object… in isBetween()
269 …|| lineIntersection(Vector2(sourceX, sourceZ), Vector2(targetX, targetZ), Vector2(objectX1, object… in isBetween()
296 …if (lineIntersection(Vector2(source.x, source.z), Vector2(target.x, target.z), Vector2(objectX1, o… in isObstacleBetween()
297 …|| lineIntersection(Vector2(source.x, source.z), Vector2(target.x, target.z), Vector2(objectX2, ob… in isObstacleBetween()
298 …|| lineIntersection(Vector2(source.x, source.z), Vector2(target.x, target.z), Vector2(objectX2, ob… in isObstacleBetween()
299 …|| lineIntersection(Vector2(source.x, source.z), Vector2(target.x, target.z), Vector2(objectX1, ob… in isObstacleBetween()
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/algorithm/
H A DMinimumDiameter.java308 Coordinate p0 = maxParaLine.lineIntersection(maxPerpLine); in getMinimumRectangle()
309 Coordinate p1 = minParaLine.lineIntersection(maxPerpLine); in getMinimumRectangle()
310 Coordinate p2 = minParaLine.lineIntersection(minPerpLine); in getMinimumRectangle()
311 Coordinate p3 = maxParaLine.lineIntersection(minPerpLine); in getMinimumRectangle()
/dports/graphics/geos/geos-3.9.1/src/algorithm/
H A DMinimumDiameter.cpp321 Coordinate p0 = maxParaLine.lineIntersection(maxPerpLine); in getMinimumRectangle()
322 Coordinate p1 = minParaLine.lineIntersection(maxPerpLine); in getMinimumRectangle()
323 Coordinate p2 = minParaLine.lineIntersection(minPerpLine); in getMinimumRectangle()
324 Coordinate p3 = maxParaLine.lineIntersection(minPerpLine); in getMinimumRectangle()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stdfx/
H A Dpins.cpp17 bool lineIntersection(const TPointD &P, const TPointD &R, const TPointD &Q,
22 bool lineIntersection(const TPointD &P, const TPointD &R, const TPointD &Q, in lineIntersection() function
352 intersection = lineIntersection(A, C, B, D, M); in subdivision()
356 intersection = lineIntersection(D, C, A, B, P1); in subdivision()
362 intersection = lineIntersection(A, D, P1, M, H1); in subdivision()
366 intersection = lineIntersection(B, C, P1, M, H2); in subdivision()
370 intersection = lineIntersection(A, D, B, C, P2); in subdivision()
376 intersection = lineIntersection(A, B, P2, M, L1); in subdivision()
380 intersection = lineIntersection(D, C, P2, M, L2); in subdivision()
/dports/graphics/qgis/qgis-3.22.3/src/analysis/interpolation/
H A DMathUtils.h54 bool ANALYSIS_EXPORT lineIntersection( QgsPoint *p1, QgsPoint *p2, QgsPoint *p3, QgsPoint *p4 );
56 …bool ANALYSIS_EXPORT lineIntersection( QgsPoint *p1, QgsPoint *p2, QgsPoint *p3, QgsPoint *p4, Qgs…
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/interpolation/
H A DMathUtils.h54 bool ANALYSIS_EXPORT lineIntersection( QgsPoint *p1, QgsPoint *p2, QgsPoint *p3, QgsPoint *p4 );
56 …bool ANALYSIS_EXPORT lineIntersection( QgsPoint *p1, QgsPoint *p2, QgsPoint *p3, QgsPoint *p4, Qgs…
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dmin_enclosing_triangle.cpp233 static bool lineIntersection(const cv::Point2f &a1, const cv::Point2f &b1, const cv::Point2f &a2,
236 static bool lineIntersection(double a1, double b1, double c1, double a2, double b2, double c2,
662 if ((!lineIntersection(sideAStartVertex, sideAEndVertex, in isLocalMinimalTriangle()
664 (!lineIntersection(sideAStartVertex, sideAEndVertex, in isLocalMinimalTriangle()
666 (!lineIntersection(sideBStartVertex, sideBEndVertex, in isLocalMinimalTriangle()
762 …if ((!lineIntersection(sideBStartVertex, sideBEndVertex, sideCStartVertex, sideCEndVertex, vertexA… in middlePointOfSideB()
763 …(!lineIntersection(sideBStartVertex, sideBEndVertex, sideAStartVertex, sideAEndVertex, vertexC))) { in middlePointOfSideB()
1040 (lineIntersection(side1Params[0], side1Params[1], -(side1Params[2]), in areIntersectingLines()
1043 (lineIntersection(side1Params[0], side1Params[1], -(side1Params[2]), in areIntersectingLines()
1354 static bool lineIntersection(double a1, double b1, double c1, double a2, double b2, double c2, in lineIntersection() function
[all …]
/dports/math/jts/jts-jts-1.18.1/modules/app/src/main/java/org/locationtech/jtstest/function/
H A DLineSegmentFunctions.java73 public static Geometry lineIntersection(Geometry g1, Geometry g2) in lineIntersection() method in LineSegmentFunctions
81 Coordinate intPt = line1.lineIntersection(line2); in lineIntersection()
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/location/maps/
H A Dqgeoprojection_p.h208 …QDoubleVector3D lineIntersection(const QDoubleVector3D &linePoint, const QDoubleVector3D &lineDire…
209 …inline QDoubleVector3D lineIntersection(const QDoubleVector3D &linePoint, const QDoubleVector3D &l…
H A Dqgeoprojection.cpp536 return (xyPlane.lineIntersection(m_eye, ray, s) / m_sideLengthPixels).toVector2D(); in viewportToWrappedMapProjection()
893 QDoubleVector3D QGeoProjectionWebMercator::Plane::lineIntersection(const QDoubleVector3D &linePoint… in lineIntersection() function in QGeoProjectionWebMercator::Plane
896 return lineIntersection(linePoint, lineDirection, s); in lineIntersection()
899 QDoubleVector3D QGeoProjectionWebMercator::Plane::lineIntersection(const QDoubleVector3D &linePoint… in lineIntersection() function in QGeoProjectionWebMercator::Plane
917 QDoubleVector3D p = xyPlane.lineIntersection(m_point, directionToXY); in planeXYIntersection()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/awt/java2d/
H A DQuadSegment.java195 cp = lineIntersection(curve.getX1() + n1[0], in offsetSubdivided()
212 private Point2D lineIntersection(double X1, double Y1, in lineIntersection() method in QuadSegment
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/awt/java2d/
H A DQuadSegment.java195 cp = lineIntersection(curve.getX1() + n1[0], in offsetSubdivided()
212 private Point2D lineIntersection(double X1, double Y1, in lineIntersection() method in QuadSegment
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/awt/java2d/
H A DQuadSegment.java195 cp = lineIntersection(curve.getX1() + n1[0], in offsetSubdivided()
212 private Point2D lineIntersection(double X1, double Y1, in lineIntersection() method in QuadSegment
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/awt/java2d/
H A DQuadSegment.java195 cp = lineIntersection(curve.getX1() + n1[0], in offsetSubdivided()
212 private Point2D lineIntersection(double X1, double Y1, in lineIntersection() method in QuadSegment
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/awt/java2d/
H A DQuadSegment.java195 cp = lineIntersection(curve.getX1() + n1[0], in offsetSubdivided()
212 private Point2D lineIntersection(double X1, double Y1, in lineIntersection() method in QuadSegment
/dports/lang/gcc48/gcc-4.8.5/libjava/gnu/java/awt/java2d/
H A DQuadSegment.h52 …::java::awt::geom::Point2D * lineIntersection(jdouble, jdouble, jdouble, jdouble, jdouble, jdouble…
/dports/lang/gnat_util/gcc-6-20180516/libjava/gnu/java/awt/java2d/
H A DQuadSegment.h52 …::java::awt::geom::Point2D * lineIntersection(jdouble, jdouble, jdouble, jdouble, jdouble, jdouble…
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/gnu/java/awt/java2d/
H A DQuadSegment.h52 …::java::awt::geom::Point2D * lineIntersection(jdouble, jdouble, jdouble, jdouble, jdouble, jdouble…
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/gnu/java/awt/java2d/
H A DQuadSegment.h52 …::java::awt::geom::Point2D * lineIntersection(jdouble, jdouble, jdouble, jdouble, jdouble, jdouble…
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/gnu/java/awt/java2d/
H A DQuadSegment.h52 …::java::awt::geom::Point2D * lineIntersection(jdouble, jdouble, jdouble, jdouble, jdouble, jdouble…
/dports/graphics/geos/geos-3.9.1/tests/unit/geom/
H A DLineSegmentTest.cpp35 Coordinate actual = seg1.lineIntersection(seg2); in checkLineIntersection()
/dports/graphics/geos/geos-3.9.1/include/geos/geom/
H A DLineSegment.h354 Coordinate lineIntersection(const LineSegment& line) const;
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/awt/
H A DBasicStroke.java707 p = lineIntersection(p0[0],p0[1],p1[0],p1[1], in joinSegments()
785 private Point2D lineIntersection(double X1, double Y1, in lineIntersection() method in BasicStroke
836 Point2D p = lineIntersection(p0[0],p0[1],p1[0],p1[1],p2[0],p2[1],p3[0],p3[1], true); in joinOuterSegments()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/awt/
H A DBasicStroke.java707 p = lineIntersection(p0[0],p0[1],p1[0],p1[1], in joinSegments()
785 private Point2D lineIntersection(double X1, double Y1, in lineIntersection() method in BasicStroke
836 Point2D p = lineIntersection(p0[0],p0[1],p1[0],p1[1],p2[0],p2[1],p3[0],p3[1], true); in joinOuterSegments()

123