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:
28
docs/build/html/genindex.html
vendored
28
docs/build/html/genindex.html
vendored
@@ -73,6 +73,8 @@
|
||||
</ul></td>
|
||||
<td style="width: 33%; vertical-align: top;"><ul>
|
||||
<li><a href="geometry.html#geometry.cubic_deg">cubic_deg() (in module geometry)</a>
|
||||
</li>
|
||||
<li><a href="geometry.html#geometry.cubics">cubics() (in module geometry)</a>
|
||||
</li>
|
||||
</ul></td>
|
||||
</tr></table>
|
||||
@@ -126,6 +128,8 @@
|
||||
</li>
|
||||
</ul></td>
|
||||
<td style="width: 33%; vertical-align: top;"><ul>
|
||||
<li><a href="data.html#data.fold_list">fold_list() (in module data)</a>
|
||||
</li>
|
||||
<li><a href="numerical.html#numerical.ode.fpi">fpi() (in module numerical.ode)</a>
|
||||
</li>
|
||||
</ul></td>
|
||||
@@ -138,11 +142,13 @@
|
||||
</li>
|
||||
<li><a href="numerical.html#numerical.fit.gauss_fit">gauss_fit() (in module numerical.fit)</a>
|
||||
</li>
|
||||
</ul></td>
|
||||
<td style="width: 33%; vertical-align: top;"><ul>
|
||||
<li><a href="date.html#date.gaußsche_osterformel">gaußsche_osterformel() (in module date)</a>
|
||||
</li>
|
||||
</ul></td>
|
||||
<td style="width: 33%; vertical-align: top;"><ul>
|
||||
<li><a href="geometry.html#module-geometry">geometry (module)</a>, <a href="geometry.html#module-geometry">[1]</a>
|
||||
</li>
|
||||
<li><a href="geometry_plot.html#module-geometry_plot">geometry_plot (module)</a>, <a href="geometry_plot.html#module-geometry_plot">[1]</a>
|
||||
</li>
|
||||
<li><a href="data.html#data.get_id">get_id() (in module data)</a>
|
||||
</li>
|
||||
@@ -166,11 +172,13 @@
|
||||
<td style="width: 33%; vertical-align: top;"><ul>
|
||||
<li><a href="numerical.html#numerical.ode.i1">i1() (in module numerical.ode)</a>
|
||||
</li>
|
||||
</ul></td>
|
||||
<td style="width: 33%; vertical-align: top;"><ul>
|
||||
<li><a href="time_of_day.html#time_of_day.in_seconds">in_seconds() (in module time_of_day)</a>
|
||||
</li>
|
||||
</ul></td>
|
||||
<td style="width: 33%; vertical-align: top;"><ul>
|
||||
<li><a href="numerical.html#module-integration">integration (module)</a>
|
||||
</li>
|
||||
<li><a href="geometry.html#geometry.interpolate_hermite">interpolate_hermite() (in module geometry)</a>
|
||||
</li>
|
||||
</ul></td>
|
||||
</tr></table>
|
||||
@@ -182,6 +190,8 @@
|
||||
</li>
|
||||
</ul></td>
|
||||
<td style="width: 33%; vertical-align: top;"><ul>
|
||||
<li><a href="geometry.html#geometry.lines">lines() (in module geometry)</a>
|
||||
</li>
|
||||
<li><a href="data.html#data.load">load() (in module data)</a>
|
||||
</li>
|
||||
</ul></td>
|
||||
@@ -240,7 +250,9 @@
|
||||
</li>
|
||||
</ul></td>
|
||||
<td style="width: 33%; vertical-align: top;"><ul>
|
||||
<li><a href="geometry.html#geometry.points">points() (in module geometry)</a>
|
||||
<li><a href="geometry_plot.html#geometry_plot.plot_cubic_lines">plot_cubic_lines() (in module geometry_plot)</a>
|
||||
</li>
|
||||
<li><a href="geometry_plot.html#geometry_plot.plot_lines">plot_lines() (in module geometry_plot)</a>
|
||||
</li>
|
||||
</ul></td>
|
||||
</tr></table>
|
||||
@@ -257,6 +269,8 @@
|
||||
<li><a href="geometry.html#geometry.rotate">rotate() (in module geometry)</a>
|
||||
</li>
|
||||
<li><a href="geometry.html#geometry.rotate_deg">rotate_deg() (in module geometry)</a>
|
||||
</li>
|
||||
<li><a href="geometry.html#geometry.rotate_xy">rotate_xy() (in module geometry)</a>
|
||||
</li>
|
||||
</ul></td>
|
||||
</tr></table>
|
||||
@@ -287,6 +301,8 @@
|
||||
</ul></td>
|
||||
<td style="width: 33%; vertical-align: top;"><ul>
|
||||
<li><a href="geometry.html#geometry.translate">translate() (in module geometry)</a>
|
||||
</li>
|
||||
<li><a href="geometry.html#geometry.translate_xy">translate_xy() (in module geometry)</a>
|
||||
</li>
|
||||
<li><a href="numerical.html#numerical.integration.trapez">trapez() (in module numerical.integration)</a>
|
||||
</li>
|
||||
@@ -361,7 +377,7 @@
|
||||
©2019, Daniel Weschke.
|
||||
|
||||
|
|
||||
Powered by <a href="http://sphinx-doc.org/">Sphinx 2.1.2</a>
|
||||
Powered by <a href="http://sphinx-doc.org/">Sphinx 2.2.0</a>
|
||||
& <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user