From 0d9a396fa7d6e72cfd2157e0e47f00d08813f64f Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 21 Feb 2015 20:18:32 +0100 Subject: Use rotation matrix Reuse affine transformation code from variations. --- private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'private.h') diff --git a/private.h b/private.h index 1f27600..4cffb2d 100644 --- a/private.h +++ b/private.h @@ -48,7 +48,7 @@ typedef struct { unsigned short *xform_distrib; /* Distribution of xforms based on weights */ flam3_frame *spec; /* Frame contains timing information */ double bounds[4]; /* Corner coords of viewable area */ - double rot[2][2]; /* Rotation transformation */ + double2 rot[3]; /* Rotation transformation */ double size[2]; int width, height; /* buffer width/height */ double ws0, wb0s0, hs1, hb1s1; /* shortcuts for indexing */ -- cgit v1.2.3