mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 15:50:49 +01:00
[apps/graph] Evaluation methods renaming
This commit is contained in:
@@ -24,7 +24,7 @@ bool GraphControllerHelper::privateMoveCursorHorizontally(Shared::CurveViewCurso
|
||||
t += dir; //TODO LEA delt
|
||||
}
|
||||
|
||||
Coordinate2D<double> xy = function->xyEvaluationAtParameter(t, App::app()->localContext());
|
||||
Coordinate2D<double> xy = function->evaluateXYAtParameter(t, App::app()->localContext());
|
||||
cursor->moveTo(t, xy.x(), xy.y());
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user