provaengine ~master (2018-04-11T21:05:02Z)
Dub
Repo
Vector4.set
prova
math
vector4
Vector4
Sets the values of x, y, z, and w in a single statement
struct
Vector4
void
set
(
float
x
,
float
y
,
float
z
,
float
w
)
Meta
Source
See Implementation
prova
math
vector4
Vector4
constructors
this
functions
distanceTo
distanceToSquared
dot
getMagnitude
getNormalized
normalize
set
setMagnitude
static functions
random
variables
w
x
y
z
Sets the values of x, y, z, and w in a single statement