public interface ReadableVector
Modifier and Type | Method and Description |
---|---|
float |
length() |
float |
lengthSquared() |
Vector |
store(FloatBuffer buf)
Store this vector in a FloatBuffer
|
float length()
float lengthSquared()
Vector store(FloatBuffer buf)
buf
- The buffer to store it in, at the current positionCopyright © 2002-2009 lwjgl.org. All Rights Reserved.