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

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

+ Inheritance diagram for MR.PlanarTriangulation.Const_IntersectionInfo:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_IntersectionInfo ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_IntersectionInfo (MR.VertId lOrg, MR.VertId lDest, MR.VertId uOrg, MR.VertId uDest, float lRatio, float uRatio)
 Constructs MR.PlanarTriangulation.IntersectionInfo elementwise.
 
unsafe Const_IntersectionInfo (MR.PlanarTriangulation.Const_IntersectionInfo _other)
 Generated from constructor MR.PlanarTriangulation.IntersectionInfo.IntersectionInfo.
 
unsafe bool isIntersection ()
 Generated from method MR.PlanarTriangulation.IntersectionInfo.isIntersection.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe ref readonly MR.VertId lOrg [get]
 
unsafe ref readonly MR.VertId lDest [get]
 
unsafe ref readonly MR.VertId uOrg [get]
 ids of upper intersection edge vertices
 
unsafe ref readonly MR.VertId uDest [get]
 ids of upper intersection edge vertices
 
unsafe float lRatio [get]
 
unsafe float uRatio [get]
 
- Properties inherited from MR.Misc.Object< Const_IntersectionInfo >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_IntersectionInfo >
bool _IsOwningVal
 

Detailed Description

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

Property Documentation

◆ lDest

unsafe ref readonly MR.VertId MR.PlanarTriangulation.Const_IntersectionInfo.lDest
get

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

◆ lOrg

unsafe ref readonly MR.VertId MR.PlanarTriangulation.Const_IntersectionInfo.lOrg
get

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


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