Info about intersection point for mapping Generated from class MR.PlanarTriangulation.IntersectionInfo. This is the non-const half of the class.
More...
|
| 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=.
|
| 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.
|
|
| 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] |
| 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] |
Info about intersection point for mapping Generated from class MR.PlanarTriangulation.IntersectionInfo. This is the non-const half of the class.
◆ IntersectionInfo() [1/4]
| unsafe MR.PlanarTriangulation.IntersectionInfo.IntersectionInfo |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ IntersectionInfo() [2/4]
◆ IntersectionInfo() [3/4]
◆ IntersectionInfo() [4/4]
| MR.PlanarTriangulation.IntersectionInfo.IntersectionInfo |
( |
IntersectionInfo | _other | ) |
|
|
inline |
◆ assign()
Generated from method MR::PlanarTriangulation::IntersectionInfo::operator=.
◆ 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: