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