Package org.lwjgl.util.vector
Interface WritableVector3f
-
- All Superinterfaces:
WritableVector2f
- All Known Subinterfaces:
WritableVector4f
public interface WritableVector3f extends WritableVector2f
Writable interface to Vector3fs- Version:
- $revision$ $Id$
- Author:
- $author$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
set(float x, float y, float z)
Set the X,Y,Z valuesvoid
setZ(float z)
Set the Z value-
Methods inherited from interface org.lwjgl.util.vector.WritableVector2f
set, setX, setY
-
-