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=.
Public Member Functions inherited from MR.PlanarTriangulation.Const_IntersectionInfo
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.
 Const_IntersectionInfo (IntersectionInfo _other)
 Generated from constructor MR.PlanarTriangulation.IntersectionInfo.IntersectionInfo.
unsafe bool isIntersection ()
 Generated from method MR.PlanarTriangulation.IntersectionInfo.isIntersection.

Properties

new unsafe ref MR.VertId lOrg [get]
 if lDest is invalid then lOrg is id of input vertex ids of lower intersection edge vertices
new unsafe ref MR.VertId lDest [get]
 if lDest is invalid then lOrg is id of input vertex ids of lower intersection edge vertices
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]
Properties inherited from MR.PlanarTriangulation.Const_IntersectionInfo
unsafe ref readonly MR.VertId lOrg [get]
 if lDest is invalid then lOrg is id of input vertex ids of lower intersection edge vertices
unsafe ref readonly MR.VertId lDest [get]
 if lDest is invalid then lOrg is id of input vertex ids of lower intersection edge vertices
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]

Additional Inherited Members

Protected Member Functions inherited from MR.PlanarTriangulation.Const_IntersectionInfo
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.PlanarTriangulation.Const_IntersectionInfo
unsafe MR.VertId__ref_storage_lOrg
unsafe MR.VertId__ref_storage_lDest
unsafe MR.VertId__ref_storage_uOrg
unsafe MR.VertId__ref_storage_uDest
unsafe float * __ref_storage_lRatio
unsafe float * __ref_storage_uRatio

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

◆ IntersectionInfo() [4/4]

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

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: