[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 = "Cosinus hyperbolique"
PythonCount = "Compte les occurrences de x"
PythonDegrees = "Conversion de radians en degrés"
PythonDivMod = "Quotient et reste"
PythonDrawLine = "Trace une ligne"
PythonDrawString = "Affiche un texte au pixel (x,y)"
PythonErf = "Fonction d'erreur"
PythonErfc = "Fonction d'erreur complémentaire"