z method

  1. @override
num z(
  1. int index
)
override

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

@override
num z(int index) => this[index].z;