Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, CubicBezierCurve2f arg0) |
| Vector2f | getPoint (self, float t) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| std_array_float_4 | getWeights (float t) |
| CubicBezierCurve2f | operator (*args, **kwargs) |
| CubicBezierCurve2f | operator (*args, **kwargs) |
Static Public Attributes | |
| typing | elements = 2 |
Static Protected Attributes | |
| typing | _offsetof_p = 0 |
Generated from: MR::CubicBezierCurve2f Cubic Bezier curve
|
static |
| None mrmeshpy.CubicBezierCurve2f.__init__ | ( | self | ) |
| None mrmeshpy.CubicBezierCurve2f.__init__ | ( | self, | |
| CubicBezierCurve2f | arg0 ) |
Implicit copy constructor.
| Vector2f mrmeshpy.CubicBezierCurve2f.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 |
|
static |
|
staticprotected |
|
static |