chonos
10/12/2005, 14h45
Bonjour je suis mauvais en maths
quelqu'un pourrais me dire a koi correspond cette ligne:
1. parcours d'une liste de points
2. pour chaque point i on recherche le point suivant j dans la liste
a += ( yi - yj ) * ( zi + zj );
b += ( zi - zj ) * ( xi + xj );
c += ( xi - xj ) * ( yi + yj );
a priori on obtient un vecteur (a,b,c), mais quel est ce vecteur?
merci
quelqu'un pourrais me dire a koi correspond cette ligne:
1. parcours d'une liste de points
2. pour chaque point i on recherche le point suivant j dans la liste
a += ( yi - yj ) * ( zi + zj );
b += ( zi - zj ) * ( xi + xj );
c += ( xi - xj ) * ( yi + yj );
a priori on obtient un vecteur (a,b,c), mais quel est ce vecteur?
merci