Tile - YVector3 - Scale – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - Vector3 scale to Ylands:Tile - YVector3 - Scale: 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. | |||
--> | |||
== Scale(A, B) == | |||
[[File:YlandsTile-155.png]] | |||
<pre>static scale(a: YVector3, b: YVector3): YVector3;</pre> | |||
=== Parameters === | |||
==== a ==== | |||
==== b ==== | |||
=== Returns === | |||
'''YVector3''' | |||
=== Description === | |||
'''Multiplies''' two '''vectors''' component-wise. Every component in the result is a component of A multiplied by the same component of B. | |||
Line 9: | Line 27: | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Revision as of 08:53, 8 July 2021
Scale(A, B)
static scale(a: YVector3, b: YVector3): YVector3;
Parameters
a
b
Returns
YVector3
Description
Multiplies two vectors component-wise. Every component in the result is a component of A multiplied by the same component of B.