Searched defs:Coon_Bezier (Results 1 – 1 of 1) sorted by relevance
547 struct Coon_Bezier { struct548 Coon_BezierCoeff x, y;549 void FromPoints(float x0, in FromPoints()561 Coon_Bezier first_half() { in first_half()568 Coon_Bezier second_half() { in second_half()575 void BezierInterpol(Coon_Bezier& C1, in BezierInterpol()583 void GetPoints(std::vector<FX_PATHPOINT>& pPoints, size_t start_idx) { in GetPoints()595 void GetPointsReverse(std::vector<FX_PATHPOINT>& pPoints, size_t start_idx) { in GetPointsReverse()607 float Distance() { return x.Distance() + y.Distance(); } in Distance()