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