Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, CubicBezierCurve2d arg0) |
Vector2d | getPoint (self, float t) |
Static Public Member Functions | |
std_array_double_4 | getWeights (float t) |
Static Public Attributes | |
typing | elements = 2 |
Generated from: MR::CubicBezierCurve2d Cubic Bezier curve
None mrmeshpy.CubicBezierCurve2d.__init__ | ( | self | ) |
Implicit default constructor.
None mrmeshpy.CubicBezierCurve2d.__init__ | ( | self, | |
CubicBezierCurve2d | arg0 ) |
Implicit copy constructor.
Vector2d mrmeshpy.CubicBezierCurve2d.getPoint | ( | self, | |
float | t ) |
computes point on the curve from parameter value
|
static |
computes weights of every control point for given parameter value, the sum of all weights is equal to 1
|
static |