Home | History | Annotate | Download | only in coders

Lines Matching defs:Dot

735 #define Dot(left, right) (left.x*right.x) + (left.y*right.y) + (left.z*right.z)
1269 min = max = Dot(points[0],principle);
1272 val = Dot(points[i],principle);
1315 d = Dot(dist,dist);
1512 dps[i] = Dot(points[i],axis);