Uses of Class
org.lwjgl.util.vector.Vector
Packages that use Vector
-
Uses of Vector in org.lwjgl.util.vector
Subclasses of Vector in org.lwjgl.util.vectorModifier and TypeClassDescriptionclass
class
Holds a 2-tuple vector.class
Holds a 3-tuple vector.class
Holds a 4-tuple vector.Methods in org.lwjgl.util.vector that return VectorModifier and TypeMethodDescriptionQuaternion.load
(FloatBuffer buf) abstract Vector
Vector.load
(FloatBuffer buf) Load this vector from a FloatBufferVector2f.load
(FloatBuffer buf) Load this vector from a FloatBufferVector3f.load
(FloatBuffer buf) Vector4f.load
(FloatBuffer buf) Quaternion.negate()
Calculate the conjugate of this quaternionabstract Vector
Vector.negate()
Negate a vectorVector2f.negate()
Negate a vectorVector3f.negate()
Negate a vectorVector4f.negate()
Negate a vectorfinal Vector
Vector.normalise()
Normalise this vectorQuaternion.scale
(float scale) abstract Vector
Vector.scale
(float scale) Scale this vectorVector2f.scale
(float scale) Vector3f.scale
(float scale) Vector4f.scale
(float scale) Quaternion.store
(FloatBuffer buf) ReadableVector.store
(FloatBuffer buf) Store this vector in a FloatBufferabstract Vector
Vector.store
(FloatBuffer buf) Store this vector in a FloatBufferVector2f.store
(FloatBuffer buf) Store this vector in a FloatBufferVector3f.store
(FloatBuffer buf) Vector4f.store
(FloatBuffer buf)