Tile - YVector3 - Rotate Vector – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - Vector3 rotate vector to Ylands:Tile - YVector3 - Rotate Vector: New Structure) |
No edit summary |
||
Line 1: | Line 1: | ||
<!--- | |||
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | |||
--> | |||
== Rotate Vector(Rotation, Vector) == | |||
[[File:YlandsTile-565.png]] | |||
<pre>static rotateVector(rotation: YVector3, point: YVector3): YVector3;</pre> | |||
=== Parameters === | |||
==== rotation ==== | |||
==== point ==== | |||
=== Returns === | |||
'''YVector3''' | |||
=== Description === | |||
Rotates a '''vector''' with the specified '''rotation''' and is returned as a new '''vector'''. | |||
Line 6: | Line 26: | ||
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}} | {{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}} | ||
[[Category: | [[Category: Instructions]] | ||
Revision as of 08:53, 8 July 2021
Rotate Vector(Rotation, Vector)
static rotateVector(rotation: YVector3, point: YVector3): YVector3;
Parameters
rotation
point
Returns
YVector3
Description
Rotates a vector with the specified rotation and is returned as a new vector.