Lines Matching refs:half_h
3438 float half_h = (Vector01.y*pDirectrice->direction->x - Vector01.x*pDirectrice->direction->y)/2;
3440 if(half_h < LEE_CONST_ZERO)
3453 map[2] = pPoint0->x - Normal.x*half_h;
3454 map[5] = pPoint0->y - Normal.y*half_h;
3456 pParabola->a = 1/(4*half_h);
3472 float half_h = (Vector01.y*pDirectrice->direction->x - Vector01.x*pDirectrice->direction->y)/2;
3474 if(half_h < LEE_CONST_ZERO)
3487 map[2] = pPoint0->x - Normal.x*half_h;
3488 map[5] = pPoint0->y - Normal.y*half_h;
3490 pParabola->a = 1/(4*half_h);