Searched refs:OD (Results 1 – 1 of 1) sorted by relevance
61 AKFLOAT OD; in From4Points2Sphere() local84 OD = C*F + A*E; in From4Points2Sphere()86 if(fabs(OD) < AKFS_EPSILON){ in From4Points2Sphere()90 center->v[2] = OU / OD; in From4Points2Sphere()93 OD = E; in From4Points2Sphere()95 if(fabs(OD) < AKFS_EPSILON){ in From4Points2Sphere()99 center->v[1] = OU / OD; in From4Points2Sphere()102 OD = dif[0][0]; in From4Points2Sphere()104 if(fabs(OD) < AKFS_EPSILON){ in From4Points2Sphere()108 center->v[0] = OU / OD; in From4Points2Sphere()