File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -175,6 +175,30 @@ <h3>[method:null translateZ]( [page:Float distance] )</h3>
175
175
Translates object along z axis by distance.
176
176
</ div >
177
177
178
+ < h3 > [method:null rotateX]( [page:Float rad] )</ h3 >
179
+ < div >
180
+ rad - the angle to rotate in radians.< br />
181
+ </ div >
182
+ < div >
183
+ Rotates the object around x axis in local space.
184
+ </ div >
185
+
186
+ < h3 > [method:null rotateY]( [page:Float rad] )</ h3 >
187
+ < div >
188
+ rad - the angle to rotate in radians.< br />
189
+ </ div >
190
+ < div >
191
+ Rotates the object around y axis in local space.
192
+ </ div >
193
+
194
+ < h3 > [method:null rotateZ]( [page:Float rad] )</ h3 >
195
+ < div >
196
+ rad - the angle to rotate in radians.< br />
197
+ </ div >
198
+ < div >
199
+ Rotates the object around z axis in local space.
200
+ </ div >
201
+
178
202
< h3 > [method:Vector3 localToWorld]( [page:Vector3 vector] )</ h3 >
179
203
< div >
180
204
vector - A local vector.< br />
You can’t perform that action at this time.
0 commit comments