add geometry functions to translate and rotate lists and define lines and cubic lines

add data function to fold a list and geometry_plot functions to plot lines and tests for the geometry functions
This commit is contained in:
2019-08-28 11:39:50 +02:00
parent 5b6d8b77ae
commit f47fa19cd2
35 changed files with 12169 additions and 121 deletions

View File

@@ -0,0 +1,7 @@
geometry\_plot module
=====================
.. automodule:: geometry_plot
:members:
:undoc-members:
:show-inheritance:

View File

@@ -7,5 +7,6 @@ src
data
date
geometry
geometry_plot
numerical
time_of_day