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