valuesByType method
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);