minor cleanup

This commit is contained in:
octarine-noise
2020-02-17 15:55:37 +01:00
parent 01f697d2d3
commit d741338d46
6 changed files with 16 additions and 26 deletions

View File

@@ -33,7 +33,7 @@ val aoWinding = allDirections.map { when(it) {
SOUTH -> (UP to WEST).ccwWinding()
WEST -> (SOUTH to UP).ccwWinding()
EAST -> (SOUTH to DOWN).ccwWinding()
} }
} }.toTypedArray()
/**
* Indexing for undirected box corners (component order does not matter).