Searched defs:Coon_BezierCoeff (Results 1 – 1 of 1) sorted by relevance
495 struct Coon_BezierCoeff { struct496 float a, b, c, d;497 void FromPoints(float p0, float p1, float p2, float p3) { in FromPoints()503 Coon_BezierCoeff first_half() { in first_half()511 Coon_BezierCoeff second_half() { in second_half()519 void GetPoints(float p[4]) { in GetPoints()525 void GetPointsReverse(float p[4]) { in GetPointsReverse()531 void BezierInterpol(Coon_BezierCoeff& C1, in BezierInterpol()541 float Distance() { in Distance()