X-Git-Url: https://www.hackdaworld.org/gitweb/?a=blobdiff_plain;f=math%2Fmath.h;h=5ef7163820bd4adf0e6934b107b97147456b12a3;hb=85abe46fecc79a3d7885ff6124186b2be2ca96ac;hp=53e2114641a55f761003750d74af9d37e41eb680;hpb=eceebe3ee412aa8cea3e6a7f0038883707f78460;p=physik%2Fposic.git diff --git a/math/math.h b/math/math.h index 53e2114..5ef7163 100644 --- a/math/math.h +++ b/math/math.h @@ -27,5 +27,6 @@ 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); +int v3_per_bounds(t_3dvec *a,t_3dvec *dim); #endif