Просмотр исходного кода

Merge remote-tracking branch 'wwwtyro/patch-1'

Mr.doob 13 лет назад
Родитель
Сommit
b99c3b9ed3
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      docs/api/core/Matrix4.html

+ 4 - 4
docs/api/core/Matrix4.html

@@ -132,7 +132,7 @@ Sets this matrix as translation transform.
 Sets this matrix as scale transform.
 </div>
 
-<h3>.setRotationX( [page:Float theta] ) [page:Matrix4]</h3>
+<h3>.makeRotationX( [page:Float theta] ) [page:Matrix4]</h3>
 <div>
 theta — Rotation angle in radians.
 </div>
@@ -140,7 +140,7 @@ theta — Rotation angle in radians.
 Sets this matrix as rotation transform around x axis by *theta* radians.
 </div>
 
-<h3>.setRotationY( [page:Float theta] ) [page:Matrix4]</h3>
+<h3>.makeRotationY( [page:Float theta] ) [page:Matrix4]</h3>
 <div>
 theta — Rotation angle in radians.
 </div>
@@ -148,7 +148,7 @@ theta — Rotation angle in radians.
 Sets this matrix as rotation transform around y axis by *theta* radians.
 </div>
 
-<h3>.setRotationZ( [page:Float theta] ) [page:Matrix4]</h3>
+<h3>.makeRotationZ( [page:Float theta] ) [page:Matrix4]</h3>
 <div>
 theta — Rotation angle in radians.
 </div>
@@ -156,7 +156,7 @@ theta — Rotation angle in radians.
 Sets this matrix as rotation transform around z axis by *theta* radians.
 </div>
 
-<h3>.setRotationAxis( [page:Vector3 axis], [page:Float theta] ) [page:Matrix4]</h3>
+<h3>.makeRotationAxis( [page:Vector3 axis], [page:Float theta] ) [page:Matrix4]</h3>
 <div>
 axis — Rotation axis.
 theta — Rotation angle in radians.