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