Public Member Functions | |
Vector2d | __call__ (self, float param) |
None | __init__ (self) |
None | __init__ (self, Vector2d a, Vector2d b) |
Vector2d | dir (self) |
float | length (self) |
float | lengthSq (self) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
LineSegm2d | operator (*args, **kwargs) |
LineSegm2d | operator (*args, **kwargs) |
Static Protected Attributes | |
typing | _offsetof_a = 0 |
typing | _offsetof_b = 16 |
Generated from: MR::LineSegm2d a segment of straight dimensional line
|
static |
None mrmeshpy.LineSegm2d.__init__ | ( | self | ) |
Vector2d mrmeshpy.LineSegm2d.__call__ | ( | self, | |
float | param ) |
returns point on the line, where param=0 returns a and param=1 returns b
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
|
static |
|
static |
|
staticprotected |
|
staticprotected |