Interface WritableVector3f

All Superinterfaces:
WritableVector2f
All Known Subinterfaces:
WritableVector4f
All Known Implementing Classes:
Vector3f, Vector4f

public interface WritableVector3f
extends WritableVector2f
  • Method Summary

    Modifier and Type Method Description
    void set​(float float1, float float2, float float3)  
    void setZ​(float float1)  

    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)