Interface WritableVector2f
-
- All Known Subinterfaces:
WritableVector3f,WritableVector4f
public interface WritableVector2fWritable interface to Vector2fs
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidset(float x, float y)Set the X,Y valuesvoidsetX(float x)Set the X valuevoidsetY(float y)Set the Y value
-