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