aboutsummaryrefslogtreecommitdiff
path: root/pmpd2d.h
diff options
context:
space:
mode:
authorCyrille Henry <nusmuk@users.sourceforge.net>2015-08-05 17:29:56 +0000
committerCyrille Henry <nusmuk@users.sourceforge.net>2015-08-05 17:29:56 +0000
commit0e71d8a61a0026ae01690255e768f1fb725dcf50 (patch)
treee7275fed609a43bd6ea6848c4476a0a9ce528858 /pmpd2d.h
parentcc8788b914c757ec919fac570076a4aa715998fb (diff)
debug setL for hinge
svn path=/trunk/externals/pmpd/; revision=17510
Diffstat (limited to 'pmpd2d.h')
-rw-r--r--pmpd2d.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pmpd2d.h b/pmpd2d.h
index 1cd3da8..cd84986 100644
--- a/pmpd2d.h
+++ b/pmpd2d.h
@@ -31,11 +31,11 @@ typedef struct _link {
t_int active;
t_float K;
t_float D;
- t_float L; // teta
+ t_float L; // teta actuel
t_float Pow;
t_float Lmin; // tetamin pour un hinge
t_float Lmax; // tetamax
- t_float distance; // angle de la charniere ds le cas d'un hinge
+ t_float distance; // angle force nul de la charniere ds le cas d'un hinge
t_float VX; // vecteur portant la liaison, si c'est le cas
t_float VY;
t_symbol *arrayK;