mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/graph] Evaluation methods renaming
This commit is contained in:
@@ -24,7 +24,7 @@ bool FunctionGoToParameterController::setParameterAtIndex(int parameterIndex, do
|
||||
assert(parameterIndex == 0);
|
||||
FunctionApp * myApp = FunctionApp::app();
|
||||
ExpiringPointer<Function> function = myApp->functionStore()->modelForRecord(m_record);
|
||||
Poincare::Coordinate2D<double> xy = function->evaluateAtParameter(f, myApp->localContext());
|
||||
Poincare::Coordinate2D<double> xy = function->evaluate2DAtParameter(f, myApp->localContext());
|
||||
m_cursor->moveTo(f, xy.x(), xy.y());
|
||||
m_graphRange->centerAxisAround(CurveViewRange::Axis::X, m_cursor->x());
|
||||
m_graphRange->centerAxisAround(CurveViewRange::Axis::Y, m_cursor->y());
|
||||
|
||||
Reference in New Issue
Block a user