We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2efb3ea commit 3320561Copy full SHA for 3320561
spatialmath/geom3d.py
@@ -399,7 +399,7 @@ def w(self):
399
400
@property
401
def uw(self):
402
- """
+ r"""
403
Line direction as a unit vector
404
405
:return: Line direction as a unit vector
@@ -415,7 +415,7 @@ def uw(self):
415
416
417
def vec(self):
418
419
Line as a Plucker coordinate vector
420
421
:return: Plucker coordinate vector
@@ -518,7 +518,7 @@ def point(self, lam):
518
return self.pp.reshape((3,1)) + self.uw.reshape((3,1)) * lam
519
520
def lam(self, point):
521
522
Parametric distance from principal point
523
524
:param point: 3D point
0 commit comments