Class NestedPath

java.lang.Object
zombie.characters.animals.pathfind.NestedPath

public final class NestedPath extends Object
  • Constructor Details

    • NestedPath

      public NestedPath()
  • Method Details

    • getNumPoints

      public int getNumPoints()
    • getX

      public float getX(int int0)
    • getY

      public float getY(int int0)
    • getLength

      public float getLength()
    • getPointOn

      public boolean getPointOn(float float0, org.joml.Vector2f vector2f)
    • getClosestPointOn

      public float getClosestPointOn(float float9, float float8, org.joml.Vector2f vector2f)
    • getDistanceOfPointFromStart

      public float getDistanceOfPointFromStart(int int1)