Tile - YVector3 - Cross – Ylands

From Bohemia Interactive Community
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:
[[Image:Ylands_Tile_-_Vector3_cross.png]]
<!---
*Returns the '''cross product''' between two [[Ylands Tile - Vector3 literal|'''vectors''']] '''A''' and '''B'''.
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE.
*The cross product '''results''' in a third '''vector''' which is '''perpendicular''' to the two input vectors.  
-->
== 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]]
[[Category: Ylands 0.10]]

Revision as of 09:53, 8 July 2021