Package org.lwjgl.util.vector
Interface WritableVector2f
- All Known Subinterfaces:
WritableVector3f
,WritableVector4f
public interface WritableVector2f
Writable interface to Vector2fs
- Version:
- $revision$ $Id$
- Author:
- $author$
-
Method Summary
-
Method Details
-
setX
void setX(float x) Set the X value- Parameters:
x
-
-
setY
void setY(float y) Set the Y value- Parameters:
y
-
-
set
void set(float x, float y) Set the X,Y values- Parameters:
x
-y
-
-