Преглед на файлове

Renaming setRotationFromMatrix / setPositionFromMatrix to the recently changed getRotationFromMatrix / getPositionFromMatrix.

Sven Bergström преди 13 години
родител
ревизия
ae15a4a4a5
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      docs/api/core/Vector3.html

+ 2 - 2
docs/api/core/Vector3.html

@@ -146,12 +146,12 @@ Sets this vector to cross product of *a* and *b*.
 Sets this vector to cross product of itself and *v*.
 </div>
 
-<h3>.setPositionFromMatrix( [page:Matrix4 m] ) [page:Vector3]</h3>
+<h3>.getPositionFromMatrix( [page:Matrix4 m] ) [page:Vector3]</h3>
 <div>
 Sets this vector extracting position from matrix transform.
 </div>
 
-<h3>.setRotationFromMatrix( [page:Matrix4 m] ) [page:Vector3]</h3>
+<h3>.getRotationFromMatrix( [page:Matrix4 m] ) [page:Vector3]</h3>
 <div>
 Sets this vector extracting Euler angles rotation from matrix transform.
 </div>