Uses of Interface
org.joml.Vector3ic
Packages that use Vector3ic
-
Uses of Vector3ic in org.joml
Modifier and TypeClassDescriptionclassContains the definition of a Vector comprising 3 ints and associated transformations.Modifier and TypeMethodDescriptionVector3i.getToAddress(long address) Vector3ic.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.longVector3i.distanceSquared(Vector3ic v) longVector3ic.distanceSquared(Vector3ic v) Return the square of the distance between this vector andv.longVector3i.gridDistance(Vector3ic v) longVector3ic.gridDistance(Vector3ic 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 all components of thisVector3iby the given vector.Multiply the supplied vector by this one and store the result indest.Set the x, y and z components to match the supplied vector.Set the x, y and z components to match the supplied vector.Set the x, y and z components to match the supplied vector.Set the x, y, and z components of this to the components ofvand the w component tow.Set the first three components of this to the components ofvand the last component tow.Set the first three components of this to the components ofvand the last component tow.Subtract the supplied vector from this one and store the result inthis.Subtract the supplied vector from this one and store the result indest.