Path: typos
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -41,7 +41,7 @@ class PathPreferences:
|
||||
PostProcessorOutputFile = "PostProcessorOutputFile"
|
||||
PostProcessorOutputPolicy = "PostProcessorOutputPolicy"
|
||||
|
||||
# Linear tolerance to use when generating Paths, eg when tesselating geometry
|
||||
# Linear tolerance to use when generating Paths, eg when tessellating geometry
|
||||
GeometryTolerance = "GeometryTolerance"
|
||||
LibAreaCurveAccuracy = "LibAreaCurveAccuarcy"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user