Path: typos

This commit is contained in:
luzpaz
2017-12-24 19:44:11 -05:00
committed by Yorik van Havre
parent 831bf31817
commit 47cbc42de0
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ class Side:
"""(ptRef, pt)
Determine the side of pt in relation to ptRef.
If both Points are viewed as vectors with their origin in (0,0,0)
then the two vectors are either form a straigt line (On) or pt
then the two vectors either form a straight line (On) or pt
lies in the left or right hemishpere in regards to ptRef."""
d = -ptRef.x*pt.y + ptRef.y*pt.x
if d < 0: