Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
DMotionPath.java214 public void removeWayPoint(Vector3f wayPoint) { in removeWayPoint() method in MotionPath
222 public void removeWayPoint(int i) { in removeWayPoint() method in MotionPath
223 removeWayPoint(spline.getControlPoints().get(i)); in removeWayPoint()