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