#include "MRMeshFwd.h"Go to the source code of this file.
Classes | |
| struct | MR::LineSegm< V > |
Namespaces | |
| namespace | MR |
Functions | |
| template<typename V > | |
| bool | MR::operator== (const LineSegm< V > &a, const LineSegm< V > &b) |
| template<typename V > | |
| V | MR::closestPointOnLineSegm (const V &pt, const LineSegm< V > &l) |
| template<typename V > | |
| bool | MR::doSegmentsIntersect (const LineSegm< V > &x, const LineSegm< V > &y, typename V::ValueType *xPos=nullptr, typename V::ValueType *yPos=nullptr) |
| template<typename V > | |
| bool | MR::doSegmentLineIntersect (const LineSegm< V > &x, const Line< V > &y, typename V::ValueType *xPos=nullptr, typename V::ValueType *yPos=nullptr) |