This variable holds the Path object that makes all the paths for the wheel controller
Example
//This will print out the points in the path that is currently being followedif(wc.drawArr){for(PVectorpoint:wc.path.arr){std::cout<<point.x<<", "<<point.y<<std::endl;}}