Class Path

java.lang.Object
io.github.srcimon.screwbox.core.Path
All Implemented Interfaces:
Serializable

public class Path extends Object implements Serializable
See Also:
  • Method Details

    • withNodes

      public static Path withNodes(List<Vector> nodes)
    • segments

      public List<Line> segments()
    • removeNode

      public Path removeNode(int node)
    • nodes

      public List<Vector> nodes()
    • firstNode

      public Vector firstNode()
    • nodeCount

      public int nodeCount()
    • lastNode

      public Vector lastNode()