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