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.
Add the supplied vector by this one.
Multiply the supplied vector by this one and store the result in
dest
.
Set the first two components from the given v
and the z component from the given z
Set the first two components from the given v
and the z component from the given z
Set the first two components from the given v
and the z
component from the given z
Set the x and y components from the given v
and the z and w components to the given z
and w
.
Sets the first two components of this to the components of given v
and last two components to the given z
, and w
.
Sets the first two components of this to the components of given
v
and last two components to the given z
, and
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
.