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) |
Generated from: MR::PointsProjectionResult \\addtogroup AABBTreeGroup \\{
None meshlib.mrmeshpy.PointsProjectionResult.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.PointsProjectionResult.__init__ | ( | self, | |
PointsProjectionResult | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.PointsProjectionResult.__init__ | ( | self, | |
float | distSq, | ||
VertId | vId ) |
Implicit aggregate constructor.
float meshlib.mrmeshpy.PointsProjectionResult.distSq | ( | self | ) |
squared distance from pt to proj
None meshlib.mrmeshpy.PointsProjectionResult.distSq | ( | self, | |
float | arg1 ) |
VertId meshlib.mrmeshpy.PointsProjectionResult.vId | ( | self | ) |
the closest vertex in point cloud
None meshlib.mrmeshpy.PointsProjectionResult.vId | ( | self, | |
VertId | arg1 ) |