Public Member Functions | |
Vector2d | __call__ (self, float param) |
None | __init__ (self) |
None | __init__ (self, Vector2d a, Vector2d b) |
None | __init__ (self, LineSegm2d arg0) |
Vector2d | dir (self) |
float | length (self) |
float | lengthSq (self) |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::LineSegm2d a segment of straight dimensional line
None mrmeshpy.LineSegm2d.__init__ | ( | self | ) |
None mrmeshpy.LineSegm2d.__init__ | ( | self, | |
LineSegm2d | arg0 ) |
Implicit copy constructor.
Vector2d mrmeshpy.LineSegm2d.__call__ | ( | self, | |
float | param ) |
returns point on the line, where param=0 returns a and param=1 returns b
|
staticprotected |
Vector2d mrmeshpy.LineSegm2d.dir | ( | self | ) |
returns directional vector of the line
float mrmeshpy.LineSegm2d.length | ( | self | ) |
returns the length of this line segment
float mrmeshpy.LineSegm2d.lengthSq | ( | self | ) |
returns squared length of this line segment