Uses of Interface
org.joml.Vector4ic
Packages that use Vector4ic
-
Uses of Vector4ic in org.joml
Modifier and TypeClassDescriptionclassContains 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.doubledoubleReturn the distance between this Vector andv.intVector4i.distanceSquared(Vector4ic v) intVector4ic.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.intintCompute the dot product (inner product) of this vector andv.longVector4i.gridDistance(Vector4ic v) longVector4ic.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 ofdestto 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 ofdestto 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 thisVector4dto the values of the givenv.Set thisVector4fto the values of the givenv.Set thisVector4ito the values of the givenv.Subtract the supplied vector from this one.Subtract the supplied vector from this one and store the result indest.