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