Package org.lwjglx.util.vector
Interface WritableVector3f
- All Superinterfaces:
WritableVector2f
- All Known Subinterfaces:
WritableVector4f
public interface WritableVector3f extends WritableVector2f
-
Method Summary
Methods inherited from interface org.lwjglx.util.vector.WritableVector2f
set, setX, setY
-
Method Details
-
setZ
void setZ(float float1) -
set
void set(float float1, float float2, float float3)
-