Home
last modified time | relevance | path

Searched refs:planeNormal (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection_p.h206 Plane(const QDoubleVector3D &planePoint, const QDoubleVector3D &planeNormal);
H A Dqgeoprojection.cpp890 …ionWebMercator::Plane::Plane(const QDoubleVector3D &planePoint, const QDoubleVector3D &planeNormal) in Plane() argument
891 : m_point(planePoint), m_normal(planeNormal.normalized()) { } in Plane()