swapped the periods in single_row_torus

This commit is contained in:
Zeno Rogue 2019-11-28 00:15:14 +01:00
parent 7d99bc8c73
commit 1e290ba48a
1 changed files with 1 additions and 1 deletions

View File

@ -662,7 +662,7 @@ EX namespace euclid3 {
}
torus_config single_row_torus(int qty, int dy) {
return { on_periods({qty, 0}, {dy, -1}), false };
return { on_periods({dy, -1}, {qty, 0}), false };
}
torus_config regular_torus(gp::loc p) {