diff --git a/docs/api/math/Matrix4.html b/docs/api/math/Matrix4.html index 72ee6b3d08a307366adbf31e9d079648b3587447..739e40c57c0cffb243ec721b5cd3a7079b4a193e 100644 --- a/docs/api/math/Matrix4.html +++ b/docs/api/math/Matrix4.html @@ -71,12 +71,12 @@ Copies the translation component of the supplied matrix *m* into this matrix translation component. -

[method:Matrix4 makeBasis]( [page:Vector3 xAxis], [page:Vector3 zAxis], [page:Vector3 zAxis] ) [page:Matrix4 this]

+

[method:Matrix4 makeBasis]( [page:Vector3 xAxis], [page:Vector3 yAxis], [page:Vector3 zAxis] ) [page:Matrix4 this]

Creates the basis matrix consisting of the three provided axis vectors. Returns the current matrix.
-

[method:Matrix4 extractBasis]( [page:Vector3 xAxis], [page:Vector3 zAxis], [page:Vector3 zAxis] ) [page:Matrix4 this]

+

[method:Matrix4 extractBasis]( [page:Vector3 xAxis], [page:Vector3 yAxis], [page:Vector3 zAxis] ) [page:Matrix4 this]

Extracts basis of into the three axis vectors provided. Returns the current matrix.