MeshLib
 
Loading...
Searching...
No Matches
MR::PlanarTriangulation::IntersectionInfo Struct Reference

Info about intersection point for mapping. More...

#include <MR2DContoursTriangulation.h>

Public Member Functions

bool isIntersection () const
 

Public Attributes

VertId lOrg
 
VertId lDest
 
VertId uOrg
 ids of upper intersection edge vertices
 
VertId uDest
 
float lRatio = 0.0f
 
float uRatio = 0.0f
 

Detailed Description

Info about intersection point for mapping.

Member Function Documentation

◆ isIntersection()

bool MR::PlanarTriangulation::IntersectionInfo::isIntersection ( ) const
inline

Member Data Documentation

◆ lDest

VertId MR::PlanarTriangulation::IntersectionInfo::lDest

◆ lOrg

VertId MR::PlanarTriangulation::IntersectionInfo::lOrg

if lDest is invalid then lOrg is id of input vertex ids of lower intersection edge vertices

◆ lRatio

float MR::PlanarTriangulation::IntersectionInfo::lRatio = 0.0f

◆ uDest

VertId MR::PlanarTriangulation::IntersectionInfo::uDest

◆ uOrg

VertId MR::PlanarTriangulation::IntersectionInfo::uOrg

ids of upper intersection edge vertices

◆ uRatio

float MR::PlanarTriangulation::IntersectionInfo::uRatio = 0.0f

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