Browse Source

Corrected typo in doc for extractBasis

EliasHasle 8 năm trước cách đây
mục cha
commit
ec394e8f1c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/api/math/Matrix4.html

+ 1 - 1
docs/api/math/Matrix4.html

@@ -168,7 +168,7 @@ m, n, o, p
 		then the [page:Vector3 xAxis], [page:Vector3 yAxis], [page:Vector3 zAxis] will be set to:
 		<code>
 xAxis = (a, e, i)
-yAxis = (d, f, j)
+yAxis = (b, f, j)
 zAxis = (c, g, k)
 		</code>
 		</div>