A function defined in PEd_Vec3.gml
PEd_Vec3Cross(_v1, _v2)
Gets the cross product of the two vectors.
Name | Type | Description |
---|---|---|
_v1 | Array |
The first vector. |
_v2 | Array |
The second vector. |
Array
The cross product of the two vectors.
Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.