Class StreetPoints

java.lang.Object
gnu.trove.list.array.TFloatArrayList
zombie.worldMap.streets.StreetPoints
All Implemented Interfaces:
gnu.trove.list.TFloatList, gnu.trove.TFloatCollection, Externalizable, Serializable

public final class StreetPoints extends gnu.trove.list.array.TFloatArrayList
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(float float0, float float1)
     
    void
     
    void
     
    float
     
    float
     
    float
     
    float
     
    float
     
    float
     
    float
    getX(int int0)
     
    float
    getY(int int0)
     
    void
     
    boolean
     
    int
     
    void
    setReverse(StreetPoints streetPoints0)
     

    Methods inherited from class gnu.trove.list.array.TFloatArrayList

    add, add, add, addAll, addAll, addAll, binarySearch, binarySearch, clear, clear, contains, containsAll, containsAll, containsAll, ensureCapacity, equals, fill, fill, forEach, forEachDescending, get, getNoEntryValue, getQuick, grep, hashCode, indexOf, indexOf, insert, insert, insert, inverseGrep, isEmpty, iterator, lastIndexOf, lastIndexOf, max, min, readExternal, remove, remove, removeAll, removeAll, removeAll, removeAt, replace, reset, resetQuick, retainAll, retainAll, retainAll, reverse, reverse, set, set, set, setQuick, shuffle, size, sort, sort, subList, sum, toArray, toArray, toArray, toArray, toArray, toString, transformValues, trimToSize, wrap, wrap, writeExternal

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • StreetPoints

      public StreetPoints()
  • Method Details

    • numPoints

      public int numPoints()
    • add

      public void add(float float0, float float1)
    • getX

      public float getX(int int0)
    • getY

      public float getY(int int0)
    • getMinX

      public float getMinX()
    • getMinY

      public float getMinY()
    • getMaxX

      public float getMaxX()
    • getMaxY

      public float getMaxY()
    • invalidateBounds

      public void invalidateBounds()
    • calculateBoundIfNeeded

      public void calculateBoundIfNeeded()
    • calculateBounds

      public void calculateBounds()
    • isClockwise

      public boolean isClockwise()
    • setReverse

      public void setReverse(StreetPoints streetPoints0)
    • calculateLength

      public float calculateLength(UIWorldMap uIWorldMap)
    • calculateLength

      public float calculateLength()