solstice-solver

Solver library of the solstice app
git clone git://git.meso-star.com/solstice-solver.git
Log | Files | Refs | README | LICENSE

commit dfe03d12415710ca1304d1b63c148ff814cfcca5
parent 5c947d6c595775b90471b09ad681e7f733ed92a5
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Thu, 23 Jun 2016 14:50:07 +0200

Use double matrix for transforms.

Diffstat:
Msrc/ssol.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ssol.h b/src/ssol.h @@ -318,7 +318,7 @@ ssol_object_instance_ref_put SSOL_API res_T ssol_object_instance_set_transform (struct ssol_object_instance* instance, - const float transform[]); /* 3x4 column major matrix */ + const double transform[]); /* 3x4 column major matrix */ /* Rely on the parametrisation of the object instance */ SSOL_API res_T