Skip to content

Commit 85c060d

Browse files
committed
[irtgeo.l] fix documentation of :difference-position and :difference-rotation
1 parent c3603fe commit 85c060d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

irteus/irtgeo.l

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
)
5656
(:difference-position
5757
(coords &key (translation-axis t))
58-
"return difference in position of given coords, translation-axis can take (:x, :y, :z, :xy, :yz, :zx)."
58+
"return difference in position of given coords, translation-axis can take (:x, :y, :z, :xy, :yz, :zx, :yx, :zy, :xz)."
5959
(let ((dif-pos
6060
(send self :inverse-transform-vector (send coords :worldpos))))
6161
(case
@@ -69,7 +69,7 @@
6969
dif-pos))
7070
(:difference-rotation
7171
(coords &key (rotation-axis t))
72-
"return difference in rotation of given coords, rotation-axis can take (:x, :y, :z, :xy, :yz, :zx, :xx, :yy, :zz, :xm, :ym, :zm)"
72+
"return difference in rotation of given coords, rotation-axis can take (:x, :y, :z, :xy, :yz, :zx, :yx, :zy, :xz, :xx, :yy, :zz, :xm, :ym, :zm)"
7373
(labels
7474
((need-mirror-for-nearest-axis
7575
(coords0 coords1 axis)

0 commit comments

Comments
 (0)