CurvePoint.hpp
1 #pragma once
2 #include <QPointF>
3 
4 // Coordinates both between 0 and 1;
5 // TODO opacify
6 namespace Curve
7 {
8 using Point = QPointF;
9 }
Utilities and base classes for 1D curves.
Definition: FocusDispatcher.hpp:12