calculator/src/GraphingInterfaces
Quentin Al-Timimi 0175b51655
Updated APIs to use new GetClosePointData() from Graphing Engine. (#1250)
* Updated APIs to use new GetClosePointData() from Graphing Engine. Now specifiying precision on API consumption to aid with correct display and rounding.

* Updated function to be const-corect

* Updated to use correct APIs

* Converted TraceValue from Point to two doubles, point's X and Y was using float and conversion between float and doubles was causing unwanted rounding.

* Update to pch file and fixing typo

* Point to updated graphing version
2020-06-30 15:08:54 -07:00
..
Common.h Making Graphing::Color fully constexpr (#1010) 2020-02-06 15:13:38 -08:00
GraphingEnums.h Add Graph Settings (#879) 2020-01-03 15:06:14 -08:00
IBitmap.h Add Graph Settings (#879) 2020-01-03 15:06:14 -08:00
IEquation.h Add Graph Settings (#879) 2020-01-03 15:06:14 -08:00
IEquationOptions.h Add Graph Settings (#879) 2020-01-03 15:06:14 -08:00
IGraph.h Improve error handling by displaying an error message (#1075) 2020-03-25 15:18:34 -07:00
IGraphAnalyzer.h Add Graph Settings (#879) 2020-01-03 15:06:14 -08:00
IGraphingOptions.h Dark Theme For Graph Control (#1106) 2020-03-27 17:20:35 -07:00
IGraphRenderer.h Updated APIs to use new GetClosePointData() from Graphing Engine. (#1250) 2020-06-30 15:08:54 -07:00
IMathSolver.h Improve error handling by displaying an error message (#1075) 2020-03-25 15:18:34 -07:00