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