mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[poincare/zoom] RefinedYRangeForDisplay signature
This commit is contained in:
committed by
EmilieNumworks
parent
3cdb076c2c
commit
625a89e610
@@ -22,7 +22,7 @@ public:
|
||||
static bool InterestingRangesForDisplay(ValueAtAbscissa evaluation, float * xMin, float * xMax, float * yMin, float * yMax, float tMin, float tMax, Context * context, const void * auxiliary);
|
||||
/* Find the best Y range to display the function on [xMin, xMax], but crop
|
||||
* the values that are outside of the function's order of magnitude. */
|
||||
static void RefinedYRangeForDisplay(ValueAtAbscissa evaluation, float xMin, float xMax, float * yMin, float * yMax, Context * context, const void * auxiliary, int sampleSize = k_sampleSize);
|
||||
static void RefinedYRangeForDisplay(ValueAtAbscissa evaluation, float * xMin, float * xMax, float * yMin, float * yMax, Context * context, const void * auxiliary);
|
||||
/* Find the best window to display functions, with a specified ratio
|
||||
* between X and Y. Usually used to find the most fitting orthonormal range. */
|
||||
static void RangeWithRatioForDisplay(ValueAtAbscissa evaluation, float yxRatio, float * xMin, float * xMax, float * yMin, float * yMax, Context * context, const void * auxiliary);
|
||||
|
||||
Reference in New Issue
Block a user