Class EditStreetV1

java.lang.Object
zombie.util.PooledObject
zombie.worldMap.streets.EditStreetV1
All Implemented Interfaces:
IPooledObject

public final class EditStreetV1 extends PooledObject
  • Constructor Details

    • EditStreetV1

      public EditStreetV1()
  • Method Details

    • getNumPoints

      public int getNumPoints()
    • getPointX

      public float getPointX(int index)
    • getPointY

      public float getPointY(int index)
    • addPoint

      public void addPoint(float x, float y)
    • insertPoint

      public void insertPoint(float x, float y)
    • removePoint

      public void removePoint(int index)
    • setPoint

      public void setPoint(int index, float x, float y)
    • getTranslatedText

      public String getTranslatedText()
    • setTranslatedText

      public void setTranslatedText(String text)
    • getWidth

      public int getWidth()
    • setWidth

      public void setWidth(int width)
    • reverseDirection

      public void reverseDirection()
    • pickPoint

      public int pickPoint(float uiX, float uiY)
    • getAddPointLocation

      public org.joml.Vector2f getAddPointLocation(float uiX, float uiY, org.joml.Vector2f closest)