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 Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| LineSegm3d | operator (*args, **kwargs) |
| LineSegm3d | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_a = 0 |
| typing | _offsetof_b = 24 |
Generated from: MR::LineSegm3d a segment of straight dimensional line
|
static |
| 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
| 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
|
static |
|
static |
|
staticprotected |
|
staticprotected |