Searched refs:solveSystem (Results 1 – 2 of 2) sorted by relevance
26 double[] derivatives = solveSystem(points); in calculatetCurve()81 mDerivatives = solveSystem(mPoints); in getValue()112 double[] solveSystem(double[][] points) { in solveSystem() method in SplineMath
155 double[] derivatives = solveSystem(points); in getAppliedCurve()272 double[] derivatives = solveSystem(points); in draw()348 double[] solveSystem(ControlPoint[] points) { in solveSystem() method in Spline