2
0
Эх сурвалжийг харах

Corrected typo in doc for extractBasis

EliasHasle 8 жил өмнө
parent
commit
ec394e8f1c

+ 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:
 		then the [page:Vector3 xAxis], [page:Vector3 yAxis], [page:Vector3 zAxis] will be set to:
 		<code>
 		<code>
 xAxis = (a, e, i)
 xAxis = (a, e, i)
-yAxis = (d, f, j)
+yAxis = (b, f, j)
 zAxis = (c, g, k)
 zAxis = (c, g, k)
 		</code>
 		</code>
 		</div>
 		</div>