Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, QuadraticForm2f arg0) |
| None | __init__ (self, SymMatrix2f A, float c) |
| None | addDistToLine (self, Vector2f lineUnitDir) |
| None | addDistToLine (self, Vector2f lineUnitDir, float weight) |
| None | addDistToOrigin (self, float weight) |
| None | addDistToPlane (self, Vector2f planeUnitNormal) |
| None | addDistToPlane (self, Vector2f planeUnitNormal, float weight) |
| float | eval (self, Vector2f x) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| QuadraticForm2f | operator (*args, **kwargs) |
| QuadraticForm2f | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_A = 0 |
| typing | _offsetof_c = 12 |
Generated from: MR::QuadraticForm2f Aliases: Vector_QuadraticForm2f_VertId.value_type, Vector_QuadraticForm2f_VertId.reference, Vector_QuadraticForm2f_VertId.const_reference quadratic form: f = x^T A x + c
|
static |
| None mrmeshpy.QuadraticForm2f.__init__ | ( | self | ) |
| None mrmeshpy.QuadraticForm2f.__init__ | ( | self, | |
| QuadraticForm2f | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.QuadraticForm2f.__init__ | ( | self, | |
| SymMatrix2f | A, | ||
| float | c ) |
Implicit aggregate constructor.
| None mrmeshpy.QuadraticForm2f.addDistToLine | ( | self, | |
| Vector2f | lineUnitDir ) |
adds to this squared distance to line passing via origin with given unit direction
| None mrmeshpy.QuadraticForm2f.addDistToLine | ( | self, | |
| Vector2f | lineUnitDir, | ||
| float | weight ) |
| None mrmeshpy.QuadraticForm2f.addDistToOrigin | ( | self, | |
| float | weight ) |
adds to this squared distance to the origin point
| None mrmeshpy.QuadraticForm2f.addDistToPlane | ( | self, | |
| Vector2f | planeUnitNormal ) |
adds to this squared distance to plane passing via origin with given unit normal
| None mrmeshpy.QuadraticForm2f.addDistToPlane | ( | self, | |
| Vector2f | planeUnitNormal, | ||
| float | weight ) |
| float mrmeshpy.QuadraticForm2f.eval | ( | self, | |
| Vector2f | x ) |
evaluates the function at given x
|
static |
|
static |
|
staticprotected |
|
staticprotected |