public interface WritableVector4f extends WritableVector3f
Modifier and Type | Method and Description |
---|---|
void |
set(float x,
float y,
float z,
float w)
Set the X,Y,Z,W values
|
void |
setW(float w)
Set the W value
|
set, setZ
set, setX, setY
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.