Skip to content

Commit faf14e9

Browse files
committed
add printline for Twist
1 parent 4251e79 commit faf14e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spatialmath/twist.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,9 @@ def _twist(x, y, z, r):
732732

733733
# ------------------------- methods -------------------------------#
734734

735+
def printline(self):
736+
return self.SE3().printline()
737+
735738
def unit(self):
736739
"""
737740
Unit twist

0 commit comments

Comments
 (0)