Searched defs:Coon_BezierCoeff (Results 1 – 1 of 1) sorted by relevance
556 struct Coon_BezierCoeff { struct557 float a, b, c, d;558 void FromPoints(float p0, float p1, float p2, float p3) { in FromPoints()564 Coon_BezierCoeff first_half() { in first_half()572 Coon_BezierCoeff second_half() { in second_half()580 void GetPoints(float p[4]) { in GetPoints()586 void GetPointsReverse(float p[4]) { in GetPointsReverse()592 void BezierInterpol(Coon_BezierCoeff& C1, in BezierInterpol()602 float Distance() { in Distance()