getY abstract method

double getY(
  1. int index
)

Returns ordinate Y (1) of the specified coordinate.

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

Implementation

double getY(int index);