Compute the absolute of each of this vector's components.
Compute the absolute of each of this vector's components
and store the result into dest
.
Vector4i.add(int x,
int y,
int z,
int w)
Increment the components of this vector by the given values.
Vector4i.add(int x,
int y,
int z,
int w,
Vector4i dest)
Add the supplied vector to this one.
Vector4ic.add(int x,
int y,
int z,
int w,
Vector4i dest)
Increment the components of this vector by the given values and store the
result in dest
.
Add the supplied vector to this one and store the result in
dest
.
Vector4i.div(float scalar)
Divide all components of this
Vector3i
by the given scalar value.
Divide all components of this
Vector4i
by the given scalar value.
Divide this Vector4i component-wise by another Vector4i.
Divide all components of this
Vector4i
by the given scalar value
and store the result in
dest
.
Divide all components of this
Vector4i
by the given scalar value
and store the result in
dest
.
Divide this Vector4i component-wise by another Vector4ic and store the
result in dest
.
Set the components of the given vector
dest
to those of
this
vector
using the given
RoundingMode
.
Set the components of the given vector
dest
to those of
this
vector
using the given
RoundingMode
.
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
Vector4i
by the given scalar
value.
Multiply this Vector4i component-wise by another Vector4i.
Multiply all components of this
Vector4i
by the given scalar
value and store the result in
dest
.
Multiply this Vector4i component-wise by another Vector4ic and store the
result in dest
.
Negate this vector and store the result in dest
.
Set the x, y, z, and w components to the supplied value.
Set the four components of this vector to the first four elements of the given array.
Vector4i.set(int x,
int y,
int z,
int w)
Set the x, y, z, and w components to the supplied values.
Read this vector from the supplied
ByteBuffer
starting at the
specified absolute buffer position/index.
Read this vector from the supplied
IntBuffer
starting at the
specified absolute buffer position/index.
Sets the first two components of this to the components of given
v
and last two components to the given z
, and
w
.
Set the first three components of this to the components of
v
and the last component to w
.
Set this
Vector4i
to the values of the given
v
.
Set the value of the specified component of this vector.
Set the values of this vector by reading 4 integer values from off-heap memory,
starting at the given address.
Vector4i.sub(int x,
int y,
int z,
int w)
Subtract (x, y, z, w)
from this.
Vector4i.sub(int x,
int y,
int z,
int w,
Vector4i dest)
Subtract the supplied vector from this one.
Vector4ic.sub(int x,
int y,
int z,
int w,
Vector4i dest)
Subtract (x, y, z, w)
from this and store the result in
dest
.
Subtract the supplied vector from this one and store the result in
dest
.
Set all components to zero.
Compute the absolute of each of this vector's components
and store the result into dest
.
Vector4i.add(int x,
int y,
int z,
int w,
Vector4i dest)
Vector4ic.add(int x,
int y,
int z,
int w,
Vector4i dest)
Increment the components of this vector by the given values and store the
result in dest
.
Add the supplied vector to this one and store the result in
dest
.
Divide all components of this
Vector4i
by the given scalar value
and store the result in
dest
.
Divide all components of this
Vector4i
by the given scalar value
and store the result in
dest
.
Divide this Vector4i component-wise by another Vector4ic and store the
result in dest
.
Set the components of the given vector
dest
to those of
this
vector
using the given
RoundingMode
.
Set the components of the given vector
dest
to those of
this
vector
using the given
RoundingMode
.
Set the components of dest
to be the component-wise maximum 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
Vector4i
by the given scalar
value and store the result in
dest
.
Multiply this Vector4i component-wise by another Vector4ic and store the
result in dest
.
Negate this vector and store the result in dest
.
Vector4i.sub(int x,
int y,
int z,
int w,
Vector4i dest)
Vector4ic.sub(int x,
int y,
int z,
int w,
Vector4i dest)
Subtract (x, y, z, w)
from this and store the result in
dest
.
Subtract the supplied vector from this one and store the result in
dest
.