mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
[apps/graph] Evaluation methods renaming
This commit is contained in:
@@ -112,8 +112,8 @@ void CartesianFunction::setPlotType(PlotType plotType) {
|
||||
return recordData()->setPlotType(plotType);
|
||||
}
|
||||
|
||||
Coordinate2D<double> CartesianFunction::xyEvaluationAtParameter(double t, Poincare::Context * context) const {
|
||||
Coordinate2D<double> x1x2 = evaluateAtParameter(t, context);
|
||||
Coordinate2D<double> CartesianFunction::evaluateXYAtParameter(double t, Poincare::Context * context) const {
|
||||
Coordinate2D<double> x1x2 = evaluate2DAtParameter(t, context);
|
||||
PlotType type = plotType();
|
||||
if (type == PlotType::Cartesian || type == PlotType::Parametric) {
|
||||
return x1x2;
|
||||
|
||||
Reference in New Issue
Block a user