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