Skip to content
Snippets Groups Projects
Unverified Commit df957824 authored by Recolic Keghart's avatar Recolic Keghart
Browse files

Edit comment...

parent 8fa7f245
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ def GetLine(arrX, arrY, name=fetchAnonymousLineName(), extendXRate=1, extendYRat
Ex: GetLine([0,1,1,4,4,9,9], [0,1,-1,2,-2,3,-3], poly_maxXPower=2, polyLine=True, poly_inverseK=True) -> y^2=x
ReturnValue:
void
A tuple with information describing the line.
'''
if polyLine and smoothLine:
raise RuntimeError("bad argument: polyLine and smoothLine can't been set simultaneously.")
......
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