Package org.lwjgl.util.vector
Interface WritableVector4f
-
- All Superinterfaces:
WritableVector2f,WritableVector3f
- All Known Implementing Classes:
Vector4f
public interface WritableVector4f extends WritableVector3f
Writable interface to Vector4fs- Version:
- $revision$ $Id$
- Author:
- $author$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidset(float x, float y, float z, float w)Set the X,Y,Z,W valuesvoidsetW(float w)Set the W value-
Methods inherited from interface org.lwjgl.util.vector.WritableVector2f
set, setX, setY
-
Methods inherited from interface org.lwjgl.util.vector.WritableVector3f
set, setZ
-
-