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