mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/statistics] Clean BoxRange
This commit is contained in:
@@ -21,14 +21,6 @@ float BoxRange::xMax() {
|
||||
return max + k_displayRightMarginRatio*(max - min);
|
||||
}
|
||||
|
||||
float BoxRange::yMin() {
|
||||
return -k_displayBottomMarginRatio;
|
||||
}
|
||||
|
||||
float BoxRange::yMax() {
|
||||
return 1.0f+k_displayTopMarginRatio;
|
||||
}
|
||||
|
||||
float BoxRange::xGridUnit() {
|
||||
return computeGridUnit(Axis::X, xMin(), xMax());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user