Home
last modified time | relevance | path

Searched refs:linePoint2 (Results 1 – 12 of 12) sorted by relevance

/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/include/
H A Dplane3d.h108 const vector3d<T>& linePoint2) const in getKnownIntersectionWithLine() argument
110 vector3d<T> vect = linePoint2 - linePoint1; in getKnownIntersectionWithLine()
123 const vector3d<T>& linePoint2, in getIntersectionWithLimitedLine() argument
126 return (getIntersectionWithLine(linePoint1, linePoint2 - linePoint1, outIntersection) && in getIntersectionWithLimitedLine()
127 outIntersection.isBetweenPoints(linePoint1, linePoint2)); in getIntersectionWithLimitedLine()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/include/
H A Dplane3d.h108 const vector3d<T>& linePoint2) const in getKnownIntersectionWithLine() argument
110 vector3d<T> vect = linePoint2 - linePoint1; in getKnownIntersectionWithLine()
123 const vector3d<T>& linePoint2, in getIntersectionWithLimitedLine() argument
126 return (getIntersectionWithLine(linePoint1, linePoint2 - linePoint1, outIntersection) && in getIntersectionWithLimitedLine()
127 outIntersection.isBetweenPoints(linePoint1, linePoint2)); in getIntersectionWithLimitedLine()
/dports/misc/dartsim/dart-6.11.1/dart/planning/
H A DPathFollowingTrajectory.hpp109 const TrajectoryStep& linePoint2);
H A DPathFollowingTrajectory.cpp607 const TrajectoryStep& linePoint2) in getIntersection() argument
610 const double lineSlope = getSlope(linePoint1, linePoint2); in getIntersection()
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/
H A Dtestqgsgeometryutils.cpp951 QgsPointXY linePoint2 = QgsPoint( 2, 2 ); in testLineCircleIntersection() local
953 …= QgsGeometryUtils::lineCircleIntersection( center, radius, linePoint1, linePoint2, intersection ); in testLineCircleIntersection()
958 linePoint2 = QgsPoint( 5, 2 ); in testLineCircleIntersection()
959 …isIntersection = QgsGeometryUtils::lineCircleIntersection( center, radius, linePoint1, linePoint2,… in testLineCircleIntersection()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsgeometryutils.h158 const QgsPointXY &linePoint1, const QgsPointXY &linePoint2,
H A Dqgsgeometryutils.cpp322 const QgsPointXY &linePoint1, const QgsPointXY &linePoint2, in lineCircleIntersection() argument
329 const double x2 = linePoint2.x() - center.x(); in lineCircleIntersection()
330 const double y2 = linePoint2.y() - center.y(); in lineCircleIntersection()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeometryutils.h159 const QgsPointXY &linePoint1, const QgsPointXY &linePoint2,
H A Dqgsgeometryutils.cpp322 const QgsPointXY &linePoint1, const QgsPointXY &linePoint2, in lineCircleIntersection() argument
329 const double x2 = linePoint2.x() - center.x(); in lineCircleIntersection()
330 const double y2 = linePoint2.y() - center.y(); in lineCircleIntersection()
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/geometry/
H A Dtestqgsgeometryutils.cpp960 QgsPointXY linePoint2 = QgsPoint( 2, 2 ); in testLineCircleIntersection() local
962 …= QgsGeometryUtils::lineCircleIntersection( center, radius, linePoint1, linePoint2, intersection ); in testLineCircleIntersection()
967 linePoint2 = QgsPoint( 5, 2 ); in testLineCircleIntersection()
968 …isIntersection = QgsGeometryUtils::lineCircleIntersection( center, radius, linePoint1, linePoint2,… in testLineCircleIntersection()
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/geometry/
H A Dqgsgeometryutils.sip.in147 const QgsPointXY &linePoint1, const QgsPointXY &linePoint2,
157 :param linePoint2: a second point on the line
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/geometry/
H A Dqgsgeometryutils.sip.in147 const QgsPointXY &linePoint1, const QgsPointXY &linePoint2,
157 :param linePoint2: a second point on the line