From 0e71d8a61a0026ae01690255e768f1fb725dcf50 Mon Sep 17 00:00:00 2001 From: Cyrille Henry Date: Wed, 5 Aug 2015 17:29:56 +0000 Subject: debug setL for hinge svn path=/trunk/externals/pmpd/; revision=17510 --- pmpd2d.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pmpd2d.h') 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; -- cgit v1.2.1