public void addCoordinate(int index, float x, float y)(Code)
Adds the x, y coordinate at the specified index. Not added as a Point Object so we
can avoid uneeded Object creation/destruction overhead.
Parameters: index - Parameters: x - Parameters: y -