We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80bff6d commit 8ad863cCopy full SHA for 8ad863c
1 file changed
docs/figs/classes_spatialvec.dot
@@ -0,0 +1,13 @@
1
+# dot -Tpdf classes.dot > classes.pdf ; open classes.pdf
2
+digraph G {
3
+ graph [rankdir=BT];
4
+ SMUserList -> "collections.UserList"
5
+ SpatialVector -> SMUserList
6
+ SpatialM6 -> SpatialVector
7
+ SpatialF6 -> SpatialVector
8
+ SpatialVelocity -> SpatialM6
9
+ SpatialAcceleration -> SpatialM6
10
+ SpatialMomentum -> SpatialF6
11
+ SpatialForce -> SpatialF6
12
+ SpatialInertia -> SMUserList
13
+}
0 commit comments