tiny-skia-cpp
A C++20 2D rendering library (port of tiny-skia)
Loading...
Searching...
No Matches
Transform.h File Reference

2D affine transformation matrix. More...

#include <optional>
#include <span>
Include dependency graph for Transform.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tiny_skia::Transform
 2D affine transformation: [sx kx tx; ky sy ty; 0 0 1]. More...