Home
last modified time | relevance | path

Searched refs:getCatmullRomP1toP2Length (Results 1 – 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/math/
DFastMath.java367 …public static float getCatmullRomP1toP2Length(Vector3f p0, Vector3f p1, Vector3f p2, Vector3f p3, … in getCatmullRomP1toP2Length() method in FastMath
385 l1 = getCatmullRomP1toP2Length(p0, p1, p2, p3, startRange, middleValue, curveTension); in getCatmullRomP1toP2Length()
386 l2 = getCatmullRomP1toP2Length(p0, p1, p2, p3, middleValue, endRange, curveTension); in getCatmullRomP1toP2Length()
DSpline.java218 l = FastMath.getCatmullRomP1toP2Length(CRcontrolPoints.get(i), in computeCatmulLength()