Class Path.PathSegment

java.lang.Object
com.prineside.tdi2.Path.PathSegment
Enclosing class:
Path

public static final class Path.PathSegment extends Object
  • Field Details

    • x1

      public float x1
    • y1

      public float y1
    • x2

      public float x2
    • y2

      public float y2
    • distanceFromStart

      public float distanceFromStart
    • length

      public float length
    • direction

      public Path.PathSegment.Direction direction
  • Constructor Details

    • PathSegment

      public PathSegment()