<Vector4> ( x y z w -- Vector4 )


Vocabulary
raylib

Inputs
xa float
ya float
za float
wa float


Outputs
Vector4a Vector4


Word description
Constructs a new Vector4.

Definition