Home | History | Annotate | Download | only in math

Lines Matching refs:knots

27     private List<Float> knots;				//knots of NURBS spline
99 * @param nurbKnots the nurb's spline knots
105 throw new IllegalArgumentException("The knots values cannot decrease!");
112 this.knots = nurbKnots;
119 CurveAndSurfaceMath.prepareNurbsKnots(knots, basisFunctionDegree);
370 return knots.get(basisFunctionDegree - 1);
379 return knots.get(weights.length);
383 * This method returns NURBS' spline knots.
384 * @return NURBS' spline knots
387 return knots;
421 oc.writeSavableArrayList((ArrayList<Float>)knots, "knots", null);
443 knots = in.readSavableArrayList("knots", null);