|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Vector | |
|---|---|
| org.lwjgl.util.vector | |
| Uses of Vector in org.lwjgl.util.vector |
|---|
| Subclasses of Vector in org.lwjgl.util.vector | |
|---|---|
class |
Quaternion
|
class |
Vector2f
Holds a 2-tuple vector. |
class |
Vector3f
Holds a 3-tuple vector. |
class |
Vector4f
Holds a 4-tuple vector. |
| Methods in org.lwjgl.util.vector that return Vector | |
|---|---|
Vector |
Quaternion.load(java.nio.FloatBuffer buf)
|
abstract Vector |
Vector.load(java.nio.FloatBuffer buf)
Load this vector from a FloatBuffer |
Vector |
Vector2f.load(java.nio.FloatBuffer buf)
Load this vector from a FloatBuffer |
Vector |
Vector3f.load(java.nio.FloatBuffer buf)
|
Vector |
Vector4f.load(java.nio.FloatBuffer buf)
|
Vector |
Quaternion.negate()
Calculate the conjugate of this quaternion |
abstract Vector |
Vector.negate()
Negate a vector |
Vector |
Vector2f.negate()
Negate a vector |
Vector |
Vector3f.negate()
Negate a vector |
Vector |
Vector4f.negate()
Negate a vector |
Vector |
Vector.normalise()
Normalise this vector |
Vector |
Quaternion.scale(float scale)
|
abstract Vector |
Vector.scale(float scale)
Scale this vector |
Vector |
Vector2f.scale(float scale)
|
Vector |
Vector3f.scale(float scale)
|
Vector |
Vector4f.scale(float scale)
|
Vector |
Quaternion.store(java.nio.FloatBuffer buf)
|
Vector |
ReadableVector.store(java.nio.FloatBuffer buf)
Store this vector in a FloatBuffer |
abstract Vector |
Vector.store(java.nio.FloatBuffer buf)
Store this vector in a FloatBuffer |
Vector |
Vector2f.store(java.nio.FloatBuffer buf)
Store this vector in a FloatBuffer |
Vector |
Vector3f.store(java.nio.FloatBuffer buf)
|
Vector |
Vector4f.store(java.nio.FloatBuffer buf)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||