Package imgui

Class ImVec2

java.lang.Object
imgui.ImVec2

public final class ImVec2
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    float x  
    float y  
  • Constructor Summary

    Constructors 
    Constructor Description
    ImVec2()  
    ImVec2​(float x, float y)  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  
    int hashCode()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • x

      public float x
    • y

      public float y
  • Constructor Details

    • ImVec2

      public ImVec2()
    • ImVec2

      public ImVec2​(float x, float y)
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object