mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/shared] computeYRange clips tMin..tMax to xMin..xMax if possible
This commit is contained in:
@@ -34,6 +34,7 @@ public:
|
||||
void setActive(bool active);
|
||||
|
||||
// Definition Interval
|
||||
virtual bool shouldClipTRangeToXRange() const { return true; } // Returns true if the function will not be displayed if t is outside x range.
|
||||
virtual double tMin() const { return NAN; }
|
||||
virtual double tMax() const { return NAN; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user