Explorar el Código

Adjust Matrix4.invert docs

Maciek Jurczyk hace 4 años
padre
commit
cc036ac817
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/api/en/math/Matrix4.html

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

@@ -186,7 +186,7 @@ zAxis = (c, g, k)
 		[link:https://en.wikipedia.org/wiki/Row-_and_column-major_order#Column-major_order column-major] format.
 		</p>
 
-		<h3>[method:this invert()]()</h3>
+		<h3>[method:this invert]()</h3>
 		<p>
 		Inverts this matrix, using the [link:https://en.wikipedia.org/wiki/Invertible_matrix#Analytic_solution analytic method].