2d: struct versions of affine2d transforms

This commit is contained in:
Recep Aslantas
2020-07-31 18:38:32 +03:00
parent 2242e9a5e1
commit f3735c9036
3 changed files with 190 additions and 5 deletions

View File

@@ -31,6 +31,7 @@ extern "C" {
#include "struct/project.h"
#include "struct/sphere.h"
#include "struct/curve.h"
#include "struct/affine2d.h"
#ifdef __cplusplus
}