Public Member Functions | |
| bool | __bool__ (self) |
| None | __init__ (self) |
| None | __init__ (self, PointAndDistance arg0) |
| None | __init__ (self, VertId vId, float dist) |
| bool | valid (self) |
| float | dist (self) |
| None | dist (self, float arg1) |
| VertId | vId (self) |
| None | vId (self, VertId arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| PointAndDistance | operator (*args, **kwargs) |
| PointAndDistance | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_dist = 4 |
| typing | _offsetof_vId = 0 |
Generated from: MR::PointAndDistance
|
static |
| None mrmeshpy.PointAndDistance.__init__ | ( | self | ) |
| None mrmeshpy.PointAndDistance.__init__ | ( | self, | |
| PointAndDistance | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.PointAndDistance.__init__ | ( | self, | |
| VertId | vId, | ||
| float | dist ) |
Implicit aggregate constructor.
| bool mrmeshpy.PointAndDistance.__bool__ | ( | self | ) |
| float mrmeshpy.PointAndDistance.dist | ( | self | ) |
the distance from input location to point vId considering point's weight
| None mrmeshpy.PointAndDistance.dist | ( | self, | |
| float | arg1 ) |
|
static |
|
static |
| bool mrmeshpy.PointAndDistance.valid | ( | self | ) |
check for validity, otherwise there is no point closer than maxBidirDist
| VertId mrmeshpy.PointAndDistance.vId | ( | self | ) |
a cloud's point
| None mrmeshpy.PointAndDistance.vId | ( | self, | |
| VertId | arg1 ) |
|
staticprotected |
|
staticprotected |