소스 검색

Corrected typo in doc for extractBasis

EliasHasle 8 년 전
부모
커밋
ec394e8f1c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>