Searched refs:wayPoint (Results 1 – 1 of 1) sorted by relevance
189 public void addWayPoint(Vector3f wayPoint) { in addWayPoint() argument190 spline.addControlPoint(wayPoint); in addWayPoint()214 public void removeWayPoint(Vector3f wayPoint) { in removeWayPoint() argument215 spline.removeControlPoint(wayPoint); in removeWayPoint()