Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/core/com/jme3/math/
DSpline.java123 private void initCatmullRomWayPoints(List<Vector3f> list) { in initCatmullRomWayPoints() method in Spline
206 this.initCatmullRomWayPoints(controlPoints); in computeTotalLentgh()