37 void knotLengthsCalculate();
41 static std::vector<fsF32> firstControlPointsGet(std::vector<fsF32> pRHS);
43 static void curveControlPointsGet(
44 std::vector<fsVec2d> pKnots,
45 std::vector<fsVec2d>& pFirstControlPoints,
46 std::vector<fsVec2d>& pSecondControlPoints);
54 std::vector<fsVec2d> mKnots;
55 std::vector<fsVec2d> mFirstControlPoints;
56 std::vector<fsVec2d> mSecondControlPoints;
60 fsF32 mKnotLenghtTotal;
61 std::vector<fsF32> mKnotLenghts;