X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=math%2Fmath.h;h=53e2114641a55f761003750d74af9d37e41eb680;hb=3ffe2a08e25fc091b6241885055450009267e2d8;hp=df8f6af28c785cc418a9efa1e86e199026bc0233;hpb=b040d775deb32173e6536464a3e2ad95a6a5bd55;p=physik%2Fposic.git diff --git a/math/math.h b/math/math.h index df8f6af..53e2114 100644 --- a/math/math.h +++ b/math/math.h @@ -25,5 +25,7 @@ int v3_zero(t_3dvec *vec); int v3_set(t_3dvec *vec,double *ptr); int v3_copy(t_3dvec *trg,t_3dvec *src); int v3_cmp(t_3dvec *a,t_3dvec *b); +double v3_absolute_square(t_3dvec *a); +double v3_norm(t_3dvec *a); #endif