Uses of Interface
org.joml.Vector3ic
Packages that use Vector3ic
-
Uses of Vector3ic in org.joml
Modifier and TypeClassDescriptionclass
Contains 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
.double
double
Return the distance between this Vector andv
.long
Vector3i.distanceSquared
(Vector3ic v) long
Vector3ic.distanceSquared
(Vector3ic v) Return the square of the distance between this vector andv
.long
Vector3i.gridDistance
(Vector3ic v) long
Vector3ic.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 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 all components of thisVector3i
by 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 ofv
and the w component tow
.Set the first three components of this to the components ofv
and the last component tow
.Set the first three components of this to the components ofv
and 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
.