Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, PolylineProjectionResult3 arg0) |
None | __init__ (self, UndirectedEdgeId line, Vector3f point, float distSq) |
float | distSq (self) |
None | distSq (self, float arg1) |
UndirectedEdgeId | line (self) |
None | line (self, UndirectedEdgeId arg1) |
Vector3f | point (self) |
None | point (self, Vector3f arg1) |
Generated from: MR::PolylineProjectionResult3 Aliases: PolylineProjectionResult_Vector3f \\addtogroup AABBTreeGroup \\{
None meshlib.mrmeshpy.PolylineProjectionResult3.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.PolylineProjectionResult3.__init__ | ( | self, | |
PolylineProjectionResult3 | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.PolylineProjectionResult3.__init__ | ( | self, | |
UndirectedEdgeId | line, | ||
Vector3f | point, | ||
float | distSq ) |
Implicit aggregate constructor.
float meshlib.mrmeshpy.PolylineProjectionResult3.distSq | ( | self | ) |
squared distance from pt to proj
None meshlib.mrmeshpy.PolylineProjectionResult3.distSq | ( | self, | |
float | arg1 ) |
UndirectedEdgeId meshlib.mrmeshpy.PolylineProjectionResult3.line | ( | self | ) |
closest line id on polyline
None meshlib.mrmeshpy.PolylineProjectionResult3.line | ( | self, | |
UndirectedEdgeId | arg1 ) |
Vector3f meshlib.mrmeshpy.PolylineProjectionResult3.point | ( | self | ) |
closest point on polyline, transformed by xf if it is given
None meshlib.mrmeshpy.PolylineProjectionResult3.point | ( | self, | |
Vector3f | arg1 ) |