Skip to content

Commit 8ad863c

Browse files
committed
update class diagram
1 parent 80bff6d commit 8ad863c

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

docs/figs/classes_spatialvec.dot

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)