Class RelativeVector2d

java.lang.Object
com.hypixel.hytale.math.vector.relative.RelativeVector2d

public class RelativeVector2d extends Object
  • Field Details

  • Constructor Details

    • RelativeVector2d

      public RelativeVector2d(@Nonnull Vector2d vector, boolean relative)
    • RelativeVector2d

      protected RelativeVector2d()
  • Method Details

    • getVector

      @Nonnull public Vector2d getVector()
    • isRelative

      public boolean isRelative()
    • resolve

      @Nonnull public Vector2d resolve(@Nonnull Vector2d vector)
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object