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 31ed81f commit 7de98edCopy full SHA for 7de98ed
spatialmath/base/__init__.py
@@ -99,9 +99,12 @@
99
"exp2jac",
100
"rot2jac",
101
"angvelxform",
102
+ "angvelxform_dot",
103
"trprint",
104
"trplot",
105
"tranimate",
106
+ "tr2x",
107
+ "x2tr",
108
# spatialmath.base.transformsNd
109
"t2r",
110
"r2t",
@@ -166,6 +169,7 @@
166
169
"isnotebook",
167
170
# spatial.base.numeric
168
171
"numjac",
172
+ "numhess",
173
"array2str",
174
"bresenham",
175
]
0 commit comments