z method

num z(
  1. int index
)

Z coordinate as num at index.

Returns zero if Z is not available when an index >= 0 and < length.

Throws RangeError if index is out of bounds.

Implementation

num z(int index) => 0.0;