Searched refs:CurveAndSurfaceMath (Results 1 – 4 of 4) sorted by relevance
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
D | CurveAndSurfaceMath.java | 10 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()
|
D | Spline.java | 119 CurveAndSurfaceMath.prepareNurbsKnots(knots, basisFunctionDegree); in Spline() 270 CurveAndSurfaceMath.interpolateNurbs(value, this, store); in interpolate()
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/ |
D | Surface.java | 3 import com.jme3.math.CurveAndSurfaceMath; 49 CurveAndSurfaceMath.prepareNurbsKnots(nurbKnots[0], basisUFunctionDegree); in Surface() 52 CurveAndSurfaceMath.prepareNurbsKnots(nurbKnots[1], basisVFunctionDegree); in Surface() 96 …CurveAndSurfaceMath.interpolate(u, v, controlPoints, knots, basisUFunctionDegree, basisVFunctionDe… in buildSurface()
|
/external/jmonkeyengine/ |
D | NOTICE | 10211 ==> engine/src/core/com/jme3/math/CurveAndSurfaceMath.java <==
|