181    assert(
int(direction) >= 3 - dim && 
int(direction) <= 3);
 
  184        points.insert(size[
size_t(direction) - (3 - dim)]);
 
  188        double length = size[size_t(direction) - (3 - dim)];
 
  190        double step = length / 
steps;
 
  191        for (
unsigned i = 0; i <= 
steps; ++i) points.insert(i * step);