Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, VertId v, float d) |
| None | __init__ (self, VertDistance arg0) |
| float | distance (self) |
| None | distance (self, float arg1) |
| VertId | vert (self) |
| None | vert (self, VertId arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| VertDistance | operator (*args, **kwargs) |
| VertDistance | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_distance = 4 |
| typing | _offsetof_vert = 0 |
Generated from: MR::VertDistance
|
static |
| None mrmeshpy.VertDistance.__init__ | ( | self | ) |
| None mrmeshpy.VertDistance.__init__ | ( | self, | |
| VertId | v, | ||
| float | d ) |
| None mrmeshpy.VertDistance.__init__ | ( | self, | |
| VertDistance | arg0 ) |
Implicit copy constructor.
| float mrmeshpy.VertDistance.distance | ( | self | ) |
best known distance to reach this vertex
| None mrmeshpy.VertDistance.distance | ( | self, | |
| float | arg1 ) |
|
static |
|
static |
| VertId mrmeshpy.VertDistance.vert | ( | self | ) |
vertex in question
| None mrmeshpy.VertDistance.vert | ( | self, | |
| VertId | arg1 ) |
|
staticprotected |
|
staticprotected |