Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoki-Hiraoka committed Jan 27, 2020
1 parent b3d64f0 commit 152d412
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions irteus/irtgeo.l
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
(:y #f(0 1 0))
(:z #f(0 0 1))))
)
(:difference-position
(:difference-position
(coords &key (translation-axis t))
"return diffece in positoin of given coords, translation-axis can take (:x, :y, :z, :xy, :yz, :zx)."
"return difference in position of given coords, translation-axis can take (:x, :y, :z, :xy, :yz, :zx)."
(let ((dif-pos
(send self :inverse-transform-vector (send coords :worldpos))))
(case
Expand All @@ -69,7 +69,7 @@
dif-pos))
(:difference-rotation
(coords &key (rotation-axis t))
"return diffece in rotation of given coords, rotation-axis can take (:x, :y, :z, :xx, :yy, :zz, :xm, :ym, :zm)"
"return difference in rotation of given coords, rotation-axis can take (:x, :y, :z, :xx, :yy, :zz, :xm, :ym, :zm)"
(labels
((need-mirror-for-nearest-axis
(coords0 coords1 axis)
Expand Down

0 comments on commit 152d412

Please sign in to comment.