Block Vector
Construct the vector with all components as 0.
Construct the vector with another vector.
Parameters
vec
The other vector.
Construct the vector with provided integer components.
Parameters
x
X component
y
Y component
z
Z component
Construct the vector with provided double components.
Parameters
x
X component
y
Y component
z
Z component
Construct the vector with provided float components.
Parameters
x
X component
y
Y component
z
Z component