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