current method

Vector3 current()

Returns the current active waypoint of this path.

Implementation

Vector3 current() {
	return waypoints[ _index ];
}