Searched refs:Bx (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DpolyUtil.cc45 Real Bx, By, Cx, Cy; local in function:area
46 Bx = B[0] - A[0];
50 return Bx*Cy - Cx*By;
H A DpartitionX.cc72 Real Bx,By, Cx, Cy; local in function:isReflexX
74 Bx = 10*(B[0] - A[0]);
79 if(Bx*Cy - Cx*By < -CONCAVITY_ZERO) return 1;
H A DpartitionY.cc127 Real Bx,By, Cx, Cy; local in function:isReflex
128 Bx = B[0] - A[0];
133 if(Bx*Cy - Cx*By < 0) return 1;
H A DpolyDBG.cc52 Real Bx, By, Cx, Cy; local in function:area
53 Bx = B[0] - A[0];
57 return Bx*Cy - Cx*By;
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dmorph3d.c211 GLfloat Ax,Ay,Bx; \
218 Bx=(Edge)*(-0.5/(Divisions)); \
223 Xf=(float)(Ri-Ti)*Ax + (float)Ti*Bx; \
235 Xf=(float)(Ri-Ti-1)*Ax + (float)Ti*Bx; \
248 Xf=(float)Ri*Bx; \

Completed in 7 milliseconds