Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, PreciseVertCoords2 arg0) |
| None | __init__ (self, VertId id, Vector2i pt) |
| VertId | id (self) |
| None | id (self, VertId arg1) |
| Vector2i | pt (self) |
| None | pt (self, Vector2i arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| PreciseVertCoords2 | operator (*args, **kwargs) |
| PreciseVertCoords2 | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_id = 0 |
| typing | _offsetof_pt = 4 |
Generated from: MR::PreciseVertCoords2
|
static |
| None mrmeshpy.PreciseVertCoords2.__init__ | ( | self | ) |
| None mrmeshpy.PreciseVertCoords2.__init__ | ( | self, | |
| PreciseVertCoords2 | arg0 ) |
Implicit copy constructor.
Implicit aggregate constructor.
| VertId mrmeshpy.PreciseVertCoords2.id | ( | self | ) |
unique id of the vertex (in both contours)
| None mrmeshpy.PreciseVertCoords2.id | ( | self, | |
| VertId | arg1 ) |
|
static |
|
static |
| Vector2i mrmeshpy.PreciseVertCoords2.pt | ( | self | ) |
integer coordinates of the vertex
| None mrmeshpy.PreciseVertCoords2.pt | ( | self, | |
| Vector2i | arg1 ) |
|
staticprotected |
|
staticprotected |