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