Home
last modified time | relevance | path

Searched refs:vLengthSqr (Results 1 – 11 of 11) sorted by relevance

/dports/net/ns3/ns-allinone-3.35/netanim-3.108/
H A Dqcustomplot.cpp7142 double vLengthSqr = v.lengthSquared(); in distSqrToLine() local
7143 if (!qFuzzyIsNull(vLengthSqr)) in distSqrToLine()
7145 double mu = QVector2D::dotProduct(p-a, v)/vLengthSqr; in distSqrToLine()
8121 double vLengthSqr = v.lengthSquared(); in distSqrToLine() local
8122 if (!qFuzzyIsNull(vLengthSqr)) in distSqrToLine()
8124 double mu = QVector2D::dotProduct(p-a, v)/vLengthSqr; in distSqrToLine()
/dports/astro/stellarium/stellarium-0.21.3/src/external/qcustomplot/
H A Dqcustomplot.cpp7366 double vLengthSqr = v.lengthSquared(); in distSqrToLine() local
7367 if (!qFuzzyIsNull(vLengthSqr)) in distSqrToLine()
7369 double mu = QVector2D::dotProduct(p-a, v)/vLengthSqr; in distSqrToLine()
8546 double vLengthSqr = v.lengthSquared(); in distSqrToLine() local
8547 if (!qFuzzyIsNull(vLengthSqr)) in distSqrToLine()
8549 double mu = QVector2D::dotProduct(p-a, v)/vLengthSqr; in distSqrToLine()
/dports/comms/wsjtz/wsjtx/qcustomplot-source/
H A Dqcustomplot.cpp181 double vLengthSqr = v.lengthSquared(); in distanceSquaredToLine() local
182 if (!qFuzzyIsNull(vLengthSqr)) in distanceSquaredToLine()
184 double mu = v.dot(*this-start)/vLengthSqr; in distanceSquaredToLine()
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qcustomplot-source/
H A Dqcustomplot.cpp181 double vLengthSqr = v.lengthSquared(); in distanceSquaredToLine() local
182 if (!qFuzzyIsNull(vLengthSqr)) in distanceSquaredToLine()
184 double mu = v.dot(*this-start)/vLengthSqr; in distanceSquaredToLine()
/dports/astro/kstars/kstars-3.5.6/kstars/auxiliary/
H A Dqcustomplot.cpp175 const double vLengthSqr = v.lengthSquared(); in distanceSquaredToLine() local
176 if (!qFuzzyIsNull(vLengthSqr)) in distanceSquaredToLine()
178 const double mu = v.dot(*this-start)/vLengthSqr; in distanceSquaredToLine()
/dports/net/savvycan/SavvyCAN-1.0.245/
H A Dqcustomplot.cpp193 const double vLengthSqr = v.lengthSquared();
194 if (!qFuzzyIsNull(vLengthSqr))
196 const double mu = v.dot(*this-start)/vLengthSqr;
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/widgets/
H A Dqcustomplot.cpp187 const double vLengthSqr = v.lengthSquared(); in distanceSquaredToLine() local
188 if (!qFuzzyIsNull(vLengthSqr)) in distanceSquaredToLine()
190 const double mu = v.dot(*this-start)/vLengthSqr; in distanceSquaredToLine()
/dports/net/wireshark/wireshark-3.6.1/ui/qt/widgets/
H A Dqcustomplot.cpp187 const double vLengthSqr = v.lengthSquared(); in distanceSquaredToLine() local
188 if (!qFuzzyIsNull(vLengthSqr)) in distanceSquaredToLine()
190 const double mu = v.dot(*this-start)/vLengthSqr; in distanceSquaredToLine()
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/widgets/
H A Dqcustomplot.cpp187 const double vLengthSqr = v.lengthSquared(); in distanceSquaredToLine() local
188 if (!qFuzzyIsNull(vLengthSqr)) in distanceSquaredToLine()
190 const double mu = v.dot(*this-start)/vLengthSqr; in distanceSquaredToLine()
/dports/net/tshark/wireshark-3.6.1/ui/qt/widgets/
H A Dqcustomplot.cpp187 const double vLengthSqr = v.lengthSquared(); in distanceSquaredToLine() local
188 if (!qFuzzyIsNull(vLengthSqr)) in distanceSquaredToLine()
190 const double mu = v.dot(*this-start)/vLengthSqr; in distanceSquaredToLine()
/dports/graphics/qcustomplot-qt5/qcustomplot/
H A Dqcustomplot.cpp193 const double vLengthSqr = v.lengthSquared(); in distanceSquaredToLine() local
194 if (!qFuzzyIsNull(vLengthSqr)) in distanceSquaredToLine()
196 const double mu = v.dot(*this-start)/vLengthSqr; in distanceSquaredToLine()