mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[poincare/zoom] Comment on the representation of ranges
This commit is contained in:
committed by
EmilieNumworks
parent
185c780215
commit
94b2da8e60
@@ -4,6 +4,12 @@
|
||||
#include <poincare/context.h>
|
||||
#include <ion/display.h>
|
||||
|
||||
/* FIXME : This class is concerned with manipulating the ranges of graphing
|
||||
* window, often represented by four float xMin, xMax, yMin, yMax. Handling
|
||||
* those same four values has proven repetititve, tredious, and prone to error.
|
||||
* This code could benefit from a data structure to regroup those values in a
|
||||
* single object. */
|
||||
|
||||
namespace Poincare {
|
||||
|
||||
class Zoom {
|
||||
|
||||
Reference in New Issue
Block a user