Reference Repair Continues...

pull/277/head^2
Rob 2024-12-13 10:39:48 -05:00
rodzic 4986c04496
commit 932854861c
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -64,7 +64,7 @@ def point_on_line(a, b, c, tolerance):
a (numpy.ndarray): The origin point as a vector.
b (numpy.ndarray): The first point as a vector.
c (numpy.ndarray): The second point as a vector.
tolerence (float): The maximum allowable angle (in degrees) between the vectors.
tolerance (float): The maximum allowable angle (in degrees) between the vectors.
Returns:
bool: True if the angle between vectors b and c is within the specified

Wyświetl plik

@ -597,7 +597,7 @@ def voronoi(siteList, context):
# get the Site to the left of the left HE and to the right of
# the right HE which it bisects
bot = lbnd.leftreg(bottomsite)
bot = lbnd.left_reg(bottomsite)
top = rbnd.right_reg(bottomsite)
# output the triple of sites, stating that a circle goes through them