Uses of Interface
org.joml.Vector4ic
Packages that use Vector4ic
-
Uses of Vector4ic in org.joml
Modifier and TypeClassDescriptionclass
Contains the definition of a Vector comprising 4 ints and associated transformations.Modifier and TypeMethodDescriptionVector4i.getToAddress
(long address) Vector4ic.getToAddress
(long address) Store this vector at the given off-heap memory address.Modifier and TypeMethodDescriptionAdd the supplied vector to this one.Add the supplied vector to this one and store the result indest
.double
double
Return the distance between this Vector andv
.int
Vector4i.distanceSquared
(Vector4ic v) int
Vector4ic.distanceSquared
(Vector4ic v) Return the square of the distance between this vector andv
.Divide this Vector4i component-wise by another Vector4i.Divide this Vector4i component-wise by another Vector4ic and store the result indest
.int
int
Compute the dot product (inner product) of this vector andv
.long
Vector4i.gridDistance
(Vector4ic v) long
Vector4ic.gridDistance
(Vector4ic v) 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 ofdest
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 ofdest
to be the component-wise minimum of this and the other vector.Multiply this Vector4i component-wise by another Vector4i.Multiply this Vector4i component-wise by another Vector4ic and store the result indest
.Set thisVector4d
to the values of the givenv
.Set thisVector4f
to the values of the givenv
.Set thisVector4i
to the values of the givenv
.Subtract the supplied vector from this one.Subtract the supplied vector from this one and store the result indest
.