Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, Polyline2ProjectionWithOffsetResult arg0) |
| None | __init__ (self, UndirectedEdgeId line, Vector2f point, float dist) |
| float | dist (self) |
| None | dist (self, float arg1) |
| UndirectedEdgeId | line (self) |
| None | line (self, UndirectedEdgeId arg1) |
| Vector2f | point (self) |
| None | point (self, Vector2f arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| Polyline2ProjectionWithOffsetResult | operator (*args, **kwargs) |
| Polyline2ProjectionWithOffsetResult | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_dist = 12 |
| typing | _offsetof_line = 0 |
| typing | _offsetof_point = 4 |
Generated from: MR::Polyline2ProjectionWithOffsetResult
|
static |
| None mrmeshpy.Polyline2ProjectionWithOffsetResult.__init__ | ( | self | ) |
| None mrmeshpy.Polyline2ProjectionWithOffsetResult.__init__ | ( | self, | |
| Polyline2ProjectionWithOffsetResult | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.Polyline2ProjectionWithOffsetResult.__init__ | ( | self, | |
| UndirectedEdgeId | line, | ||
| Vector2f | point, | ||
| float | dist ) |
Implicit aggregate constructor.
| float mrmeshpy.Polyline2ProjectionWithOffsetResult.dist | ( | self | ) |
distance from offset point to proj
| None mrmeshpy.Polyline2ProjectionWithOffsetResult.dist | ( | self, | |
| float | arg1 ) |
| UndirectedEdgeId mrmeshpy.Polyline2ProjectionWithOffsetResult.line | ( | self | ) |
closest line id on polyline
| None mrmeshpy.Polyline2ProjectionWithOffsetResult.line | ( | self, | |
| UndirectedEdgeId | arg1 ) |
|
static |
|
static |
| Vector2f mrmeshpy.Polyline2ProjectionWithOffsetResult.point | ( | self | ) |
closest point on polyline, transformed by xf if it is given
| None mrmeshpy.Polyline2ProjectionWithOffsetResult.point | ( | self, | |
| Vector2f | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |