WritableVector2f
, WritableVector3f
Vector4f
public interface WritableVector4f extends WritableVector3f
Modifier and Type | Method | 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, setX, setY
set, setZ
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.