[python] Add a draw_line function in kandinsky

This commit is contained in:
Laury
2021-03-11 19:47:22 +01:00
parent 6b8db108d2
commit 297fbd3c00
13 changed files with 27 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ PythonCosh = "Hyperbolic cosine"
PythonCount = "Count the occurrences of x"
PythonDegrees = "Convert x from radians to degrees"
PythonDivMod = "Quotient and remainder"
PythonDrawLine = "Draw a line"
PythonDrawString = "Display a text from pixel (x,y)"
PythonErf = "Error function"
PythonErfc = "Complementary error function"