mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-22 07:10:40 +01:00
[apps/graph] Rename CartesianFunctionStore to ContinuousFunctionStore
This commit is contained in:
committed by
LeaNumworks
parent
d02ecf93a5
commit
0466d00588
@@ -117,7 +117,7 @@ void CalculationParameterController::setRecord(Ion::Storage::Record record) {
|
||||
}
|
||||
|
||||
bool CalculationParameterController::shouldDisplayIntersection() const {
|
||||
CartesianFunctionStore * store = App::app()->functionStore();
|
||||
ContinuousFunctionStore * store = App::app()->functionStore();
|
||||
int numberOfCartesianFunctions = store->numberOfActiveFunctionsOfType(Shared::CartesianFunction::PlotType::Cartesian);
|
||||
// Intersection row is displayed when all functions are cartesian and there are least two of them
|
||||
// TODO: compute intersections between polar/parametric/cartesian functions?
|
||||
|
||||
Reference in New Issue
Block a user