getX abstract method

double getX(
  1. int index
)

Returns ordinate X (0) of the specified coordinate.

@param index @return the value of the X ordinate in the index'th coordinate

Implementation

double getX(int index);