mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 23:00:45 +01:00
[apps] Graph: create an IntersectionGraphController
This commit is contained in:
committed by
EmilieNumworks
parent
7d69e59562
commit
89c201a7f7
@@ -11,7 +11,7 @@ GraphController::GraphController(Responder * parentResponder, CartesianFunctionS
|
||||
m_bannerView(),
|
||||
m_view(functionStore, curveViewRange, m_cursor, &m_bannerView, &m_cursorView),
|
||||
m_graphRange(curveViewRange),
|
||||
m_curveParameterController(curveViewRange, &m_bannerView, m_cursor, &m_view, this),
|
||||
m_curveParameterController(curveViewRange, &m_bannerView, m_cursor, &m_view, this, functionStore),
|
||||
m_functionStore(functionStore),
|
||||
m_displayDerivativeInBanner(false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user