calculator/src/GraphControl
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
..
Control Updated APIs to use new GetClosePointData() from Graphing Engine. (#1250) 2020-06-30 15:08:54 -07:00
DirectX Updated APIs to use new GetClosePointData() from Graphing Engine. (#1250) 2020-06-30 15:08:54 -07:00
Logger Add line width option (#1098) 2020-03-26 14:15:44 -07:00
Models Update default min/max values for variables (#1146) 2020-04-02 12:52:52 -07:00
Themes Feature/GraphingCalculator initial commit (#450) 2019-04-10 18:15:10 -07:00
GraphControl.vcxproj Delay load graph engine dll (#1257) 2020-06-02 10:08:51 -07:00
GraphControl.vcxproj.filters Persist variable settings after graph is plotted (#1055) 2020-03-17 11:27:00 -07:00
pch.cpp Feature/GraphingCalculator initial commit (#450) 2019-04-10 18:15:10 -07:00
pch.h Replace old C headers with the C++ ones (#1099) 2020-03-23 08:44:06 -07:00
Utils.h Remove LRE/LRO characters from results and error messages (#1161) 2020-04-30 12:04:33 -07:00
winrtHeaders.h Graphing Calculator Diagnostics Instrumentation (#1041) 2020-03-12 14:05:47 -07:00