Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, VertId lOrg, VertId lDest, VertId uOrg, VertId uDest, float lRatio, float uRatio) |
bool | isIntersection (self) |
VertId | lDest (self) |
None | lDest (self, VertId arg1) |
VertId | lOrg (self) |
None | lOrg (self, VertId arg1) |
float | lRatio (self) |
None | lRatio (self, float arg1) |
VertId | uDest (self) |
None | uDest (self, VertId arg1) |
VertId | uOrg (self) |
None | uOrg (self, VertId arg1) |
float | uRatio (self) |
None | uRatio (self, float arg1) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
PlanarTriangulation.IntersectionInfo | operator (*args, **kwargs) |
PlanarTriangulation.IntersectionInfo | operator (*args, **kwargs) |
Static Protected Attributes | |
typing | _offsetof_lDest = 4 |
typing | _offsetof_lOrg = 0 |
typing | _offsetof_lRatio = 16 |
typing | _offsetof_uDest = 12 |
typing | _offsetof_uOrg = 8 |
typing | _offsetof_uRatio = 20 |
Generated from: MR::PlanarTriangulation::IntersectionInfo Info about intersection point for mapping
|
static |
None mrmeshpy.PlanarTriangulation.IntersectionInfo.__init__ | ( | self | ) |
None mrmeshpy.PlanarTriangulation.IntersectionInfo.__init__ | ( | self, | |
VertId | lOrg, | ||
VertId | lDest, | ||
VertId | uOrg, | ||
VertId | uDest, | ||
float | lRatio, | ||
float | uRatio ) |
Implicit aggregate constructor.
bool mrmeshpy.PlanarTriangulation.IntersectionInfo.isIntersection | ( | self | ) |
VertId mrmeshpy.PlanarTriangulation.IntersectionInfo.lDest | ( | self | ) |
if lDest is invalid then lOrg is id of input vertex ids of lower intersection edge vertices
None mrmeshpy.PlanarTriangulation.IntersectionInfo.lDest | ( | self, | |
VertId | arg1 ) |
VertId mrmeshpy.PlanarTriangulation.IntersectionInfo.lOrg | ( | self | ) |
if lDest is invalid then lOrg is id of input vertex ids of lower intersection edge vertices
None mrmeshpy.PlanarTriangulation.IntersectionInfo.lOrg | ( | self, | |
VertId | arg1 ) |
float mrmeshpy.PlanarTriangulation.IntersectionInfo.lRatio | ( | self | ) |
ratio of intersection 0.0 -> point is lOrg 1.0 -> point is lDest
None mrmeshpy.PlanarTriangulation.IntersectionInfo.lRatio | ( | self, | |
float | arg1 ) |
|
static |
|
static |
VertId mrmeshpy.PlanarTriangulation.IntersectionInfo.uDest | ( | self | ) |
ids of upper intersection edge vertices
None mrmeshpy.PlanarTriangulation.IntersectionInfo.uDest | ( | self, | |
VertId | arg1 ) |
VertId mrmeshpy.PlanarTriangulation.IntersectionInfo.uOrg | ( | self | ) |
ids of upper intersection edge vertices
None mrmeshpy.PlanarTriangulation.IntersectionInfo.uOrg | ( | self, | |
VertId | arg1 ) |
float mrmeshpy.PlanarTriangulation.IntersectionInfo.uRatio | ( | self | ) |
0.0 -> point is uOrg 1.0 -> point is uDest
None mrmeshpy.PlanarTriangulation.IntersectionInfo.uRatio | ( | self, | |
float | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |