aboutsummaryrefslogtreecommitdiff
path: root/pmpd2d.h
diff options
context:
space:
mode:
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;