QmlMaterial 0.1.0
Loading...
Searching...
No Matches
rrect.hpp
1#pragma once
2
3/*
4 * Rounded-rect 9-patch subdivision helpers.
5 * Filled in by iteration 2/5; stub in iteration 1.
6 */
7
8#include <QRectF>
9#include <QVector4D>
10
11#include "qml_material/math/scalar.hpp"
12
13namespace qml_material::math
14{
15
16// Populated in iteration 2 (9-patch bounds) and iteration 5 (corner texture extents).
17
18} // namespace qml_material::math