Home
last modified time | relevance | path

Searched refs:lengthSquared (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqdoublevector2d_p.h85 Q_DECL_CONSTEXPR inline double lengthSquared() const;
151 Q_DECL_CONSTEXPR inline double QDoubleVector2D::lengthSquared() const in lengthSquared() function
H A Dqdoublevector3d_p.h86 Q_DECL_CONSTEXPR inline double lengthSquared() const;
154 Q_DECL_CONSTEXPR inline double QDoubleVector3D::lengthSquared() const in lengthSquared() function
H A Dqgeopath.cpp506 …((p.x() - a.x()) * (b.x() - a.x()) + (p.y() - a.y()) * (b.y() - a.y()) ) / (b - a).lengthSquared(); in lineContains()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/doublevectors/
H A Dtst_doublevectors.cpp86 QCOMPARE(v1.lengthSquared(), 25.0); in basicFunctions2dTest()
205 QCOMPARE(v1.lengthSquared(), 49.0); in basicFunctions3dTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqgeosimplify.cpp57 …((p.x() - a.x()) * (b.x() - a.x()) + (p.y() - a.y()) * (b.y() - a.y()) ) / (b - a).lengthSquared(); in closestPoint()
H A Dqdeclarativepolylinemapitem_p_p.h321 …((p.x() - a.x()) * (b.x() - a.x()) + (p.y() - a.y()) * (b.y() - a.y()) ) / (b - a).lengthSquared(); in distanceTo()