MeshLib
 
Loading...
Searching...
No Matches
MR::PolylineProjectionResult< V > Struct Template Reference

#include <MRPolylineProject.h>

Public Attributes

UndirectedEdgeId line
 closest line id on polyline
 
point
 closest point on polyline, transformed by xf if it is given
 
float distSq = 0
 squared distance from pt to proj
 

Member Data Documentation

◆ distSq

template<typename V >
float MR::PolylineProjectionResult< V >::distSq = 0

squared distance from pt to proj

◆ line

template<typename V >
UndirectedEdgeId MR::PolylineProjectionResult< V >::line

closest line id on polyline

◆ point

template<typename V >
V MR::PolylineProjectionResult< V >::point

closest point on polyline, transformed by xf if it is given


The documentation for this struct was generated from the following file: