Searched defs:interpolateCatmullRom (Results 1 – 1 of 1) sorted by relevance
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
D | FastMath.java | 229 …public static float interpolateCatmullRom(float u, float T, float p0, float p1, float p2, float p3… in interpolateCatmullRom() method in FastMath 256 …public static Vector3f interpolateCatmullRom(float u, float T, Vector3f p0, Vector3f p1, Vector3f … in interpolateCatmullRom() method in FastMath 282 …public static Vector3f interpolateCatmullRom(float u, float T, Vector3f p0, Vector3f p1, Vector3f … in interpolateCatmullRom() method in FastMath
|