|
| T | eval (const V &x) const |
| | evaluates the function at given x
|
| void | addDistToOrigin (T weight) |
| | adds to this squared distance to the origin point
|
| void | addDistToPlane (const V &planeUnitNormal) |
| | adds to this squared distance to plane passing via origin with given unit normal
|
| void | addDistToPlane (const V &planeUnitNormal, T weight) |
| void | addDistToLine (const V &lineUnitDir) |
| | adds to this squared distance to line passing via origin with given unit direction
|
| void | addDistToLine (const V &lineUnitDir, T weight) |
template<typename V>
struct MR::QuadraticForm< V >
quadratic form: f = x^T A x + c