Adds the given waypoint to this path.
Path add(Vector3 waypoint ) { waypoints.add( waypoint ); return this; }