Home
last modified time | relevance | path

Searched refs:CurveAndSurfaceMath (Results 1 – 4 of 4) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/math/
DCurveAndSurfaceMath.java10 public class CurveAndSurfaceMath { class
16 private CurveAndSurfaceMath() {} in CurveAndSurfaceMath() method in CurveAndSurfaceMath
39 …float val = weights[i] * CurveAndSurfaceMath.computeBaseFunctionValue(i, nurbSpline.getBasisFuncti… in interpolateNurbs()
75 * CurveAndSurfaceMath.computeBaseFunctionValue(i, basisVFunctionDegree, v, knots[1]) in interpolate()
76 * CurveAndSurfaceMath.computeBaseFunctionValue(j, basisUFunctionDegree, u, knots[0]); in interpolate()
128 CurveAndSurfaceMath.computeBaseFunctionValue(i, k - 1, t, knots) in computeBaseFunctionValue()
130 CurveAndSurfaceMath.computeBaseFunctionValue(i + 1, k - 1, t, knots); in computeBaseFunctionValue()
DSpline.java119 CurveAndSurfaceMath.prepareNurbsKnots(knots, basisFunctionDegree); in Spline()
270 CurveAndSurfaceMath.interpolateNurbs(value, this, store); in interpolate()
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
DSurface.java3 import com.jme3.math.CurveAndSurfaceMath;
49 CurveAndSurfaceMath.prepareNurbsKnots(nurbKnots[0], basisUFunctionDegree); in Surface()
52 CurveAndSurfaceMath.prepareNurbsKnots(nurbKnots[1], basisVFunctionDegree); in Surface()
96CurveAndSurfaceMath.interpolate(u, v, controlPoints, knots, basisUFunctionDegree, basisVFunctionDe… in buildSurface()
/external/jmonkeyengine/
DNOTICE10211 ==> engine/src/core/com/jme3/math/CurveAndSurfaceMath.java <==