Inheritance diagram for mrmeshpy.PolylineProjectionResult3:Public Member Functions | |
| bool | __bool__ (self) |
| None | __init__ (self) |
| None | __init__ (self, PolylineProjectionResult3 arg0) |
| None | __init__ (self, UndirectedEdgeId line, Vector3f point, float distSq) |
| bool | valid (self) |
| float | distSq (self) |
| None | distSq (self, float arg1) |
| UndirectedEdgeId | line (self) |
| None | line (self, UndirectedEdgeId arg1) |
| Vector3f | point (self) |
| None | point (self, Vector3f arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| PolylineProjectionResult3 | operator (*args, **kwargs) |
| PolylineProjectionResult3 | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_distSq = 16 |
| typing | _offsetof_line = 0 |
| typing | _offsetof_point = 4 |
Generated from: MR::PolylineProjectionResult3
|
static |
| None mrmeshpy.PolylineProjectionResult3.__init__ | ( | self | ) |
| None mrmeshpy.PolylineProjectionResult3.__init__ | ( | self, | |
| PolylineProjectionResult3 | arg0 ) |
Implicit copy constructor.
Reimplemented in mrmeshpy.PolylineProjectionResult3Arg, mrmeshpy.PolylineProjectionResult3Arg, and mrmeshpy.PolylineProjectionResult3Arg.
| None mrmeshpy.PolylineProjectionResult3.__init__ | ( | self, | |
| UndirectedEdgeId | line, | ||
| Vector3f | point, | ||
| float | distSq ) |
Implicit aggregate constructor.
Reimplemented in mrmeshpy.PolylineProjectionResult3Arg, mrmeshpy.PolylineProjectionResult3Arg, and mrmeshpy.PolylineProjectionResult3Arg.
| bool mrmeshpy.PolylineProjectionResult3.__bool__ | ( | self | ) |
| float mrmeshpy.PolylineProjectionResult3.distSq | ( | self | ) |
squared distance from pt to proj
| None mrmeshpy.PolylineProjectionResult3.distSq | ( | self, | |
| float | arg1 ) |
| UndirectedEdgeId mrmeshpy.PolylineProjectionResult3.line | ( | self | ) |
polyline's edge containing the closest point
| None mrmeshpy.PolylineProjectionResult3.line | ( | self, | |
| UndirectedEdgeId | arg1 ) |
|
static |
Reimplemented in mrmeshpy.PolylineProjectionResult3Arg, and mrmeshpy.PolylineProjectionResult3Arg.
|
static |
Reimplemented in mrmeshpy.PolylineProjectionResult3Arg, and mrmeshpy.PolylineProjectionResult3Arg.
| Vector3f mrmeshpy.PolylineProjectionResult3.point | ( | self | ) |
closest point on polyline, transformed by xf if it is given
| None mrmeshpy.PolylineProjectionResult3.point | ( | self, | |
| Vector3f | arg1 ) |
| bool mrmeshpy.PolylineProjectionResult3.valid | ( | self | ) |
check for validity, otherwise the projection was not found
|
staticprotected |
|
staticprotected |
|
staticprotected |