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) |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::PolylineProjectionResult2 \\addtogroup AABBTreeGroup \\{
None mrmeshpy.PolylineProjectionResult2.__init__ | ( | self | ) |
Implicit default constructor.
None mrmeshpy.PolylineProjectionResult2.__init__ | ( | self, | |
PolylineProjectionResult2 | arg0 ) |
Implicit copy constructor.
None mrmeshpy.PolylineProjectionResult2.__init__ | ( | self, | |
UndirectedEdgeId | line, | ||
Vector2f | point, | ||
float | distSq ) |
Implicit aggregate constructor.
|
staticprotected |
float mrmeshpy.PolylineProjectionResult2.distSq | ( | self | ) |
squared distance from pt to proj
None mrmeshpy.PolylineProjectionResult2.distSq | ( | self, | |
float | arg1 ) |
UndirectedEdgeId mrmeshpy.PolylineProjectionResult2.line | ( | self | ) |
closest line id on polyline
None mrmeshpy.PolylineProjectionResult2.line | ( | self, | |
UndirectedEdgeId | arg1 ) |
Vector2f mrmeshpy.PolylineProjectionResult2.point | ( | self | ) |
closest point on polyline, transformed by xf if it is given
None mrmeshpy.PolylineProjectionResult2.point | ( | self, | |
Vector2f | arg1 ) |