ReadableVector2f
, ReadableVector3f
, ReadableVector4f
Quaternion
, Vector
, Vector2f
, Vector3f
, Vector4f
public interface ReadableVector
Modifier and Type | Method | 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.