Interface WritableVector4f
-
- All Superinterfaces:
WritableVector2f
,WritableVector3f
- All Known Implementing Classes:
Vector4f
public interface WritableVector4f extends WritableVector3f
Writable interface to Vector4fs
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
set(float x, float y, float z, float w)
Set the X,Y,Z,W valuesvoid
setW(float w)
Set the W value-
Methods inherited from interface net.lax1dude.eaglercraft.v1_8.vector.WritableVector2f
set, setX, setY
-
Methods inherited from interface net.lax1dude.eaglercraft.v1_8.vector.WritableVector3f
set, setZ
-
-