kopia lustrzana https://github.com/vilemduha/blendercam
Reference Repair Continues...
rodzic
4986c04496
commit
932854861c
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue