MeshLib
 
Loading...
Searching...
No Matches
MR::PolylineProjectionWithOffsetResult< 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 dist = 0
 distance from offset point to proj
 

Member Data Documentation

◆ dist

template<typename V >
float MR::PolylineProjectionWithOffsetResult< V >::dist = 0

distance from offset point to proj

◆ line

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

closest line id on polyline

◆ point

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

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


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