|
@@ -187,9 +187,9 @@ zAxis = (c, g, k)
|
|
<h3>[method:this identity]()</h3>
|
|
<h3>[method:this identity]()</h3>
|
|
<p>将当前矩阵重置为单位矩阵[link:https://en.wikipedia.org/wiki/Identity_matrix identity matrix]。</p>
|
|
<p>将当前矩阵重置为单位矩阵[link:https://en.wikipedia.org/wiki/Identity_matrix identity matrix]。</p>
|
|
|
|
|
|
- <h3>[method:this lookAt]( [param:Vector3 eye], [param:Vector3 center], [param:Vector3 up], )</h3>
|
|
|
|
|
|
+ <h3>[method:this lookAt]( [param:Vector3 eye], [param:Vector3 target], [param:Vector3 up], )</h3>
|
|
<p>
|
|
<p>
|
|
- 构造一个旋转矩阵,从[page:Vector3 eye] 指向 [page:Vector3 center],由向量 [page:Vector3 up] 定向。
|
|
|
|
|
|
+ 构造一个旋转矩阵,从[page:Vector3 eye] 指向 [page:Vector3 target],由向量 [page:Vector3 up] 定向。
|
|
</p>
|
|
</p>
|
|
|
|
|
|
<h3>[method:this makeRotationAxis]( [param:Vector3 axis], [param:Float theta] )</h3>
|
|
<h3>[method:this makeRotationAxis]( [param:Vector3 axis], [param:Float theta] )</h3>
|