Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
DMotionPath.java189 public void addWayPoint(Vector3f wayPoint) { in addWayPoint() argument
190 spline.addControlPoint(wayPoint); in addWayPoint()
214 public void removeWayPoint(Vector3f wayPoint) { in removeWayPoint() argument
215 spline.removeControlPoint(wayPoint); in removeWayPoint()