Skip to content
Snippets Groups Projects
Commit 59f733bd authored by Sara Savanovic Djordjevic's avatar Sara Savanovic Djordjevic
Browse files

:add: disco ball :)

parent 40745962
No related branches found
No related tags found
1 merge request!6Clhp map
No preview for this file type
......@@ -182,7 +182,7 @@ def populate_new_edge(split_shape, remaining_shape, cell_size: float, divisor: f
# Create list of corners
corners = []
divisor_range = ((divisor - 0.01),(divisor + 0.01))
divisor_range = ((divisor - 0.1),(divisor + 0.1)) # Define tolerance
# Find all corners of split shape. Corner = point that intersects divisor
for point in split_shape:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment