Skip to content

Commit 54afae9

Browse files
committed
update SMTB class diagram
1 parent f5080f1 commit 54afae9

3 files changed

Lines changed: 25 additions & 0 deletions

File tree

docs/figs/classes.dot

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# dot -Tpdf classes.dot > classes.pdf ; open classes.pdf
2+
# dot -Tpng -Gdpi=150 -Nfontsize=20 -Nfontname=Roboto classes.dot > classes.png
3+
digraph G {
4+
graph [rankdir=BT];
5+
SMUserList -> "collections.UserList"
6+
SMPose -> SMUserList
7+
SO2 -> SMPose
8+
SO3 -> SMPose
9+
SE2 -> SO2
10+
SE3 -> SO3
11+
SMTwist -> SMUserList
12+
Twist2 -> SMTwist
13+
Twist3 -> SMTwist
14+
Quaternion -> SMUserList
15+
UnitQuaternion -> Quaternion
16+
Plucker -> SMUserList
17+
SpatialVector -> SMUserList
18+
SpatialM6 -> SpatialVector
19+
SpatialF6 -> SpatialVector
20+
SpatialVelocity -> SpatialM6
21+
SpatialAcceleration -> SpatialM6
22+
SpatialMomentum -> SpatialF6
23+
SpatialForce -> SpatialF6
24+
SpatialInertia -> SMUserList
25+
}

docs/figs/classes.pdf

16.1 KB
Binary file not shown.

docs/figs/classes.png

215 KB
Loading

0 commit comments

Comments
 (0)