Uses of Class
org.lwjgl.util.vector.Vector3f
Packages that use Vector3f
-
Uses of Vector3f in org.lwjgl.util.vector
Methods in org.lwjgl.util.vector that return Vector3fModifier and TypeMethodDescriptionstatic Vector3fAdd a vector to another vector and place the result in a destination vector.static Vector3fThe cross product of two vectors.Negate a vector and place the result in a destination vector.Normalise this vector and place the result in another vector.Vector3f.set(ReadableVector3f src) Load from another Vector3fstatic Vector3fSubtract a vector from another vector and place the result in a destination vector.static Vector3fTransform a Vector by a matrix and return the result in a destination vector.Vector3f.translate(float x, float y, float z) Translate a vectorMethods in org.lwjgl.util.vector with parameters of type Vector3fModifier and TypeMethodDescriptionstatic Vector3fAdd a vector to another vector and place the result in a destination vector.static floatCalculate the angle between two vectors, in radiansstatic Vector3fThe cross product of two vectors.static floatThe dot product of two vectors is calculated as v1.x * v2.x + v1.y * v2.y + v1.z * v2.zNegate a vector and place the result in a destination vector.Normalise this vector and place the result in another vector.Rotates the matrix around the given axis the specified angleRotates the matrix around the given axis the specified anglestatic Matrix4fRotates the source matrix around the given axis the specified angle and put the result in the destination matrix.Scales this matrixstatic Matrix4fScales the source matrix and put the result in the destination matrixstatic Vector3fSubtract a vector from another vector and place the result in a destination vector.static Vector3fTransform a Vector by a matrix and return the result in a destination vector.Translate this matrixTranslate this matrix and stash the result in another matrixstatic Matrix4fTranslate the source matrix and stash the result in the destination matrix