浏览代码

Added link to quaternion page.

mitm 6 年之前
父节点
当前提交
364f090642
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/docs/asciidoc/jme3/rotate.adoc

+ 1 - 0
src/docs/asciidoc/jme3/rotate.adoc

@@ -189,3 +189,4 @@ You can do all transformations in individual steps (and then update the objects
 
 *  com.jme3.math.Transform, interpolateTransforms() – interpolate a step between two transformations
 **  link:https://javadoc.jmonkeyengine.org/index.html?com/jme3/math/Transform.html[com.jme.math.Transform]
+*  In case you missed it, see also <<jme3/quaternion#,Quaternion>>.