Class PathSegment


  • public class PathSegment
    extends Object
    Author:
    burgetr
    • Constructor Detail

      • PathSegment

        public PathSegment​(float x1,
                           float y1,
                           float x2,
                           float y2)
    • Method Detail

      • getX1

        public float getX1()
      • setX1

        public void setX1​(float x1)
      • getY1

        public float getY1()
      • setY1

        public void setY1​(float y1)
      • getX2

        public float getX2()
      • setX2

        public void setX2​(float x2)
      • getY2

        public float getY2()
      • setY2

        public void setY2​(float y2)