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