Prechádzať zdrojové kódy

Merge pull request #17702 from makc/patch-3

Docs: Fix gamedev.net link in Matrix4 page.
Michael Herzog 5 rokov pred
rodič
commit
0b4403026e
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      docs/api/en/math/Matrix4.html

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

@@ -219,7 +219,7 @@ zAxis = (c, g, k)
 		Sets this matrix as rotation transform around [page:Vector3 axis] by [page:Float theta] radians.<br />
 
 		This is a somewhat controversial but mathematically sound alternative to rotating via [page:Quaternions].
-		See the discussion [link:http://www.gamedev.net/reference/articles/article1199.asp here].
+		See the discussion [link:https://www.gamedev.net/articles/programming/math-and-physics/do-we-really-need-quaternions-r1199 here].
 		</p>
 
 		<h3>[method:this makeBasis]( [param:Vector3 xAxis], [param:Vector3 yAxis], [param:Vector3 zAxis] )</h3>