Tile - YVector3 - Max – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - Vector3 min-max to Ylands:Tile - YVector3 - Max: 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. | |||
--> | |||
== Max(A, B) == | |||
[[File:YlandsTile-151.png]] | |||
<pre>static max(a: YVector3, b: YVector3): YVector3;</pre> | |||
=== Parameters === | |||
==== a ==== | |||
==== b ==== | |||
=== Returns === | |||
'''YVector3''' | |||
=== Description === | |||
Returns the '''vector''' made from '''largest''' / '''smallest''' components of two vectors. | |||
Line 8: | Line 27: | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Revision as of 08:53, 8 July 2021
Max(A, B)
static max(a: YVector3, b: YVector3): YVector3;
Parameters
a
b
Returns
YVector3
Description
Returns the vector made from largest / smallest components of two vectors.