PEd_Vec4

function

PEd_Vec4(_x, _y, _z, _w)

Description

Creates a new 4D vector.

Arguments

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.
_w Real The fourth component of the vector.

Returns

Array<Real> The created vector.


Copyright © 2022, BlueBurn. Built on September 12, 2022 using GMDoc.