Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, PointsProjectionResult arg0) |
| None | __init__ (self, float distSq, VertId vId) |
| float | distSq (self) |
| None | distSq (self, float arg1) |
| VertId | vId (self) |
| None | vId (self, VertId arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| PointsProjectionResult | operator (*args, **kwargs) |
| PointsProjectionResult | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_distSq = 0 |
| typing | _offsetof_vId = 4 |
Generated from: MR::PointsProjectionResult
|
static |
| None mrmeshpy.PointsProjectionResult.__init__ | ( | self | ) |
| None mrmeshpy.PointsProjectionResult.__init__ | ( | self, | |
| PointsProjectionResult | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.PointsProjectionResult.__init__ | ( | self, | |
| float | distSq, | ||
| VertId | vId ) |
Implicit aggregate constructor.
| float mrmeshpy.PointsProjectionResult.distSq | ( | self | ) |
squared distance from pt to proj
| None mrmeshpy.PointsProjectionResult.distSq | ( | self, | |
| float | arg1 ) |
|
static |
|
static |
| VertId mrmeshpy.PointsProjectionResult.vId | ( | self | ) |
the closest vertex in point cloud
| None mrmeshpy.PointsProjectionResult.vId | ( | self, | |
| VertId | arg1 ) |
|
staticprotected |
|
staticprotected |