MeshLib C# Docs
Loading...
Searching...
No Matches
MR.PlanarTriangulation.IntersectionInfo Class Reference

Info about intersection point for mapping Generated from class MR.PlanarTriangulation.IntersectionInfo. This is the non-const half of the class. More...

+ Inheritance diagram for MR.PlanarTriangulation.IntersectionInfo:

Public Member Functions

unsafe IntersectionInfo ()
 Constructs an empty (default-constructed) instance.
 
unsafe IntersectionInfo (MR.VertId lOrg, MR.VertId lDest, MR.VertId uOrg, MR.VertId uDest, float lRatio, float uRatio)
 Constructs MR.PlanarTriangulation.IntersectionInfo elementwise.
 
unsafe IntersectionInfo (MR.PlanarTriangulation.Const_IntersectionInfo _other)
 Generated from constructor MR.PlanarTriangulation.IntersectionInfo.IntersectionInfo.
 
 IntersectionInfo (IntersectionInfo _other)
 Generated from constructor MR.PlanarTriangulation.IntersectionInfo.IntersectionInfo.
 
unsafe MR.PlanarTriangulation.IntersectionInfo assign (MR.PlanarTriangulation.Const_IntersectionInfo _other)
 Generated from method MR.PlanarTriangulation.IntersectionInfo.operator=.
 

Properties

new unsafe ref MR.VertId lOrg [get]
 
new unsafe ref MR.VertId lDest [get]
 
new unsafe ref MR.VertId uOrg [get]
 ids of upper intersection edge vertices
 
new unsafe ref MR.VertId uDest [get]
 ids of upper intersection edge vertices
 
new unsafe ref float lRatio [get]
 
new unsafe ref float uRatio [get]
 

Detailed Description

Info about intersection point for mapping Generated from class MR.PlanarTriangulation.IntersectionInfo. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ IntersectionInfo() [1/4]

unsafe MR.PlanarTriangulation.IntersectionInfo.IntersectionInfo ( )
inline

Constructs an empty (default-constructed) instance.

◆ IntersectionInfo() [2/4]

unsafe MR.PlanarTriangulation.IntersectionInfo.IntersectionInfo ( MR.VertId lOrg,
MR.VertId lDest,
MR.VertId uOrg,
MR.VertId uDest,
float lRatio,
float uRatio )
inline

Constructs MR.PlanarTriangulation.IntersectionInfo elementwise.

◆ IntersectionInfo() [3/4]

unsafe MR.PlanarTriangulation.IntersectionInfo.IntersectionInfo ( MR.PlanarTriangulation.Const_IntersectionInfo _other)
inline

Generated from constructor MR.PlanarTriangulation.IntersectionInfo.IntersectionInfo.

◆ IntersectionInfo() [4/4]

MR.PlanarTriangulation.IntersectionInfo.IntersectionInfo ( IntersectionInfo _other)
inline

Generated from constructor MR.PlanarTriangulation.IntersectionInfo.IntersectionInfo.

Member Function Documentation

◆ assign()

unsafe MR.PlanarTriangulation.IntersectionInfo MR.PlanarTriangulation.IntersectionInfo.assign ( MR.PlanarTriangulation.Const_IntersectionInfo _other)
inline

Generated from method MR.PlanarTriangulation.IntersectionInfo.operator=.

Property Documentation

◆ lDest

new unsafe ref MR.VertId MR.PlanarTriangulation.IntersectionInfo.lDest
get

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

◆ lOrg

new unsafe ref MR.VertId MR.PlanarTriangulation.IntersectionInfo.lOrg
get

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

◆ lRatio

new unsafe ref float MR.PlanarTriangulation.IntersectionInfo.lRatio
get

◆ uDest

new unsafe ref MR.VertId MR.PlanarTriangulation.IntersectionInfo.uDest
get

ids of upper intersection edge vertices

◆ uOrg

new unsafe ref MR.VertId MR.PlanarTriangulation.IntersectionInfo.uOrg
get

ids of upper intersection edge vertices

◆ uRatio

new unsafe ref float MR.PlanarTriangulation.IntersectionInfo.uRatio
get

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