X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FQuaternions.h;h=39037b5f2638ca9fc9392f4bcf67eb162ca32ae7;hb=8afdcba610cded0e54b85069ba051268b29669a6;hp=6104044aada9b8a6e412fe10b68913f274b14f8b;hpb=3e62c80a3b70d79d89d8d911aa4256a4efd762b3;p=lugaru.git diff --git a/Source/Quaternions.h b/Source/Quaternions.h index 6104044..39037b5 100644 --- a/Source/Quaternions.h +++ b/Source/Quaternions.h @@ -370,8 +370,8 @@ inline bool sphere_line_intersection ( // This function returns a pointer array which first index indicates // the number of intersection point, followed by coordinate pairs. - static float x , y , z; - static float a, b, c, mu, i ; + //~ static float x , y , z; + static float a, b, c, /*mu,*/ i ; if(x1>x3+r&&x2>x3+r)return(0); if(x1x>p3->x+*r&&p2->x>p3->x+*r)return(0); if(p1->xx-*r&&p2->xx-*r)return(0);