Tile - YVector3 - Cross – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - Vector3 cross to Ylands:Tile - YVector3 - Cross: 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. | |||
*The cross product | --> | ||
== Cross(A, B) == | |||
[[File:YlandsTile-147.png]] | |||
<pre>static cross(a: YVector3, b: YVector3): YVector3;</pre> | |||
=== Parameters === | |||
==== a ==== | |||
Vector A | |||
==== b ==== | |||
Vector B | |||
=== Returns === | |||
'''YVector3''' | |||
=== Description === | |||
Returns '''cross product''' of two '''vectors'''. | |||
=== Notes === | |||
* The cross product is a third '''vector''' '''perpendicular''' to the input vectors. | |||
Line 9: | Line 35: | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Revision as of 08:53, 8 July 2021
Cross(A, B)
static cross(a: YVector3, b: YVector3): YVector3;
Parameters
a
Vector A
b
Vector B
Returns
YVector3
Description
Returns cross product of two vectors.
Notes
- The cross product is a third vector perpendicular to the input vectors.