Add the supplied vector to this one.
Add the supplied vector to this one and store the result in
dest
.
double
double
Return the distance between this Vector and v
.
long
long
Return the square of the distance between this vector and v
.
long
long
Return the grid distance in between (aka 1-Norm, Minkowski or Manhattan distance)
(x, y)
.
Set the components of this vector to be the component-wise maximum of this and the other vector.
Set the components of dest
to be the component-wise maximum of this and the other vector.
Set the components of this vector to be the component-wise minimum of this and the other vector.
Set the components of dest
to be the component-wise minimum of this and the other vector.
Multiply all components of this
Vector3i
by the given vector.
Multiply the supplied vector by this one and store the result in
dest
.
Set the x, y and z components to match the supplied vector.
Set the x, y and z components to match the supplied vector.
Set the x, y and z components to match the supplied vector.
Set the x, y, and z components of this to the components of
v
and the w component to w
.
Set the first three components of this to the components of
v
and the last component to w
.
Set the first three components of this to the components of
v
and the last component to w
.
Subtract the supplied vector from this one and store the result in
this
.
Subtract the supplied vector from this one and store the result in
dest
.