Skip to content

Commit

Permalink
Merge pull request #559 from Naoki-Hiraoka/fix-typo-irtgeo
Browse files Browse the repository at this point in the history
[irtgeo.l]fix typo
  • Loading branch information
k-okada authored Jan 27, 2020
2 parents b3d64f0 + 152d412 commit 8902642
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

1 comment on commit 8902642

@k-okada
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for contributing jskeus documentation

Please check latest documents before merging

PDF version of Japanese jmanual: jmanual.pdf
HTML version of Japanese manual: jmanual.html
Sphinx (ReST) version of Japanese manual: jmanual.rst

Please sign in to comment.