x abstract method

num x(
  1. int index
)

X coordinate as num at index.

Throws RangeError if index is out of bounds.

Implementation

num x(int index);