A function defined in PEd_Vec3.gml
PEd_Vec3(_x, _y, _z)
Creates a new 3D vector.
Name | Type | Description |
---|---|---|
_x | Real |
The first component of the vector. |
_y | Real |
The second component of the vector. |
_z | Real |
The third component of the vector. |
Array
The created vector.
Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.