Interface BoundsAPI.SegmentAPI

Enclosing interface:
BoundsAPI

public static interface BoundsAPI.SegmentAPI
  • Method Summary

    Modifier and Type
    Method
    Description
    org.lwjgl.util.vector.Vector2f
     
    org.lwjgl.util.vector.Vector2f
     
    void
    set(float x1, float y1, float x2, float y2)
     
  • Method Details

    • getP1

      org.lwjgl.util.vector.Vector2f getP1()
    • getP2

      org.lwjgl.util.vector.Vector2f getP2()
    • set

      void set(float x1, float y1, float x2, float y2)