We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd07c5d commit 4f9953fCopy full SHA for 4f9953f
docs/source/code.rst
@@ -14,6 +14,7 @@ Code Documentation
14
stlhandler
15
openfhandler
16
unvhandler
17
+ utils
18
19
CAD
20
---
docs/source/utils.rst
@@ -0,0 +1,13 @@
1
+Utils
2
+=====
3
+
4
+.. currentmodule:: pygem.utils
5
6
+.. automodule:: pygem.utils
7
8
+.. autosummary::
9
+ :toctree: _summaries
10
+ :nosignatures:
11
12
+.. autofunction:: angles2matrix
13
+.. autofunction:: fit_affine_transformation
0 commit comments