Searched defs:Coon_Bezier (Results 1 – 1 of 1) sorted by relevance
608 struct Coon_Bezier { struct609 Coon_BezierCoeff x, y;610 void FromPoints(float x0, in FromPoints()622 Coon_Bezier first_half() { in first_half()629 Coon_Bezier second_half() { in second_half()636 void BezierInterpol(Coon_Bezier& C1, in BezierInterpol()644 void GetPoints(std::vector<FX_PATHPOINT>& pPoints, size_t start_idx) { in GetPoints()656 void GetPointsReverse(std::vector<FX_PATHPOINT>& pPoints, size_t start_idx) { in GetPointsReverse()668 float Distance() { return x.Distance() + y.Distance(); } in Distance()