Searched refs:planeNormal (Results 1 – 2 of 2) sorted by relevance
206 Plane(const QDoubleVector3D &planePoint, const QDoubleVector3D &planeNormal);
890 …ionWebMercator::Plane::Plane(const QDoubleVector3D &planePoint, const QDoubleVector3D &planeNormal) in Plane() argument891 : m_point(planePoint), m_normal(planeNormal.normalized()) { } in Plane()