Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, CurveFunc arg0) |
| None | __init__ (self, func_CurvePoint_from_float func, float totalLength) |
| func_CurvePoint_from_float | func (self) |
| None | func (self, func_CurvePoint_from_float arg1) |
| float | totalLength (self) |
| None | totalLength (self, float arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| CurveFunc | operator (*args, **kwargs) |
| CurveFunc | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_func = 0 |
| typing | _offsetof_totalLength = 32 |
Generated from: MR::CurveFunc
|
static |
| None mrmeshpy.CurveFunc.__init__ | ( | self | ) |
| None mrmeshpy.CurveFunc.__init__ | ( | self, | |
| CurveFunc | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.CurveFunc.__init__ | ( | self, | |
| func_CurvePoint_from_float | func, | ||
| float | totalLength ) |
Implicit aggregate constructor.
| func_CurvePoint_from_float mrmeshpy.CurveFunc.func | ( | self | ) |
curve given as a function: position along curve -> point
| None mrmeshpy.CurveFunc.func | ( | self, | |
| func_CurvePoint_from_float | arg1 ) |
|
static |
|
static |
| float mrmeshpy.CurveFunc.totalLength | ( | self | ) |
total length of the given curve
| None mrmeshpy.CurveFunc.totalLength | ( | self, | |
| float | arg1 ) |
|
staticprotected |
|
staticprotected |