valuesByType method

  1. @override
Iterable<double> valuesByType(
  1. Coords type
)
override

Coordinate values as a double iterable according to the given type.

See values (that returns coordinate values according to the coordinate type of this) for description of possible return values.

Implementation

@override
Iterable<double> valuesByType(Coords type) => Box.getValues(this, type: type);