Skip to content

Commit 9255858

Browse files
committed
skew is a method not property
1 parent 7405507 commit 9255858

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spatialmath/geom3d.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,6 @@ def vec(self):
426426
"""
427427
return np.r_[self.v, self.w]
428428

429-
@property
430429
def skew(self):
431430
r"""
432431
Line as a Plucker skew-matrix

0 commit comments

Comments
 (0)