Searched defs:Hy (Results 1 – 3 of 3) sorted by relevance
388 …const double Hx ( (1.0 - t)*input.p1.x + t*input.p2.x ), Hy ( (1.0 - t)*input.p1.y + t*input.p2.y… in Impl_deCasteljauAt() local
2098 const double Hx ( (P2x + P3x)*0.5 ), Hy ( (P2y + P3y)*0.5 ); in Impl_quadBezierApprox() local
1018 const double Hx ( (P2x + P3x)*0.5 ), Hy ( (P2y + P3y)*0.5 ); in ImplAdaptiveSubdivide() local
Completed in 42 milliseconds