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

Docs: Improve Vector3 page (zh) (#24814)

## Description
I added description about `setFromEuler` API.

## Reason
The Chinese documentation of `Vector3` has no description of `setFromEuler` API.
Jynxio 2 жил өмнө
parent
commit
c4110f7965

+ 5 - 0
docs/api/zh/math/Vector3.html

@@ -358,6 +358,11 @@
 		<h3>[method:this setFromCylindricalCoords]( [param:Float radius], [param:Float theta], [param:Float y] )</h3>
 		<p>从圆柱坐标中的[page:Cylindrical radius]、[page:Cylindrical theta]和[page:Cylindrical y]设置该向量。</p>
 
+		<h3>[method:this setFromEuler]( [param:Euler euler] )</h3>
+		<p>
+		根据指定的[page:Euler Euler Angle]的x、y、z分量来设置该向量的[page:.x x]、[page:.y y]、[page:.z z]分量。
+		</p>
+		
 		<h3>[method:this setFromMatrixColumn]( [param:Matrix4 matrix], [param:Integer index] )</h3>
 		<p>
 		从传入的四阶矩阵[page:Matrix4 matrix]由[page:Integer index]指定的列中,