mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[interactive_curve_view_range] Normal ratio
The method NormaRatio returns the screen ratio for an orthonormal range. Change-Id: Ib834f9934232866646da16c78447782cdbdc0af2
This commit is contained in:
committed by
Émilie Feral
parent
403315f6ac
commit
d642339963
@@ -18,6 +18,8 @@ public:
|
||||
m_zoomNormalize(false)
|
||||
{}
|
||||
|
||||
static constexpr float NormalYXRatio() { return NormalizedYHalfRange(1.f) / NormalizedXHalfRange(1.f); }
|
||||
|
||||
void setDelegate(InteractiveCurveViewRangeDelegate * delegate) { m_delegate = delegate; }
|
||||
uint32_t rangeChecksum() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user