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) |
Generated from: MR::LineSegm3f Aliases: LineSegm_Vector3_float, LineSegm_Vector3f a segment of straight dimensional line
None meshlib.mrmeshpy.LineSegm3f.__init__ | ( | self | ) |
None meshlib.mrmeshpy.LineSegm3f.__init__ | ( | self, | |
LineSegm3f | arg0 ) |
Implicit copy constructor.
Vector3f meshlib.mrmeshpy.LineSegm3f.__call__ | ( | self, | |
float | param ) |
returns point on the line, where param=0 returns a and param=1 returns b
Vector3f meshlib.mrmeshpy.LineSegm3f.dir | ( | self | ) |
returns directional vector of the line
float meshlib.mrmeshpy.LineSegm3f.length | ( | self | ) |
returns the length of this line segment
float meshlib.mrmeshpy.LineSegm3f.lengthSq | ( | self | ) |
returns squared length of this line segment