valuesFlat abstract method

Iterable<double> valuesFlat([
  1. Coords? type
])

Coordinate (double) values of points (of type) as a flat structure.

If type is not given, then Coords.xy coordinates are returned.

Implementation

Iterable<double> valuesFlat([Coords? type]);