Public Member Functions | |
| bool | __eq__ (self, EdgePointPair rhs) |
| None | __init__ (self) |
| None | __init__ (self, EdgePoint ia, EdgePoint ib) |
| None | __init__ (self, EdgePointPair arg0) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| EdgePointPair | operator (*args, **kwargs) |
| EdgePointPair | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_a = 0 |
| typing | _offsetof_b = 8 |
Generated from: MR::EdgePointPair two edge-points (e.g. representing collision point of two edges)
|
static |
| None mrmeshpy.EdgePointPair.__init__ | ( | self | ) |
| None mrmeshpy.EdgePointPair.__init__ | ( | self, | |
| EdgePointPair | arg0 ) |
Implicit copy constructor.
| bool mrmeshpy.EdgePointPair.__eq__ | ( | self, | |
| EdgePointPair | rhs ) |
returns true if two edge-point pairs are equal including equal not-unique representation
|
static |
|
static |
|
staticprotected |
|
staticprotected |