Interface PathElement3ai

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getCtrlX1()
      Replies the x coordinate of the first control point.
      int getCtrlX2()
      Replies the x coordinate of the second control point.
      int getCtrlY1()
      Replies the y coordinate of the first control point.
      int getCtrlY2()
      Replies the y coordinate of the second control point.
      int getCtrlZ1()
      Replies the z coordinate of the first control point.
      int getCtrlZ2()
      Replies the z coordinate of the second control point.
      int getFromX()
      Replies the x coordinate of the starting point.
      int getFromY()
      Replies the y coordinate of the starting point.
      int getFromZ()
      Replies the z coordinate of the starting point.
      int getToX()
      Replies the x coordinate of the target point.
      int getToY()
      Replies the y coordinate of the target point.
      int getToZ()
      Replies the z coordinate of the target point.
      PathElementType getType()
      Replies the type of the element.
      void toArray​(double[] array)
      Copy the coords into the given array, except the source point.
      void toArray​(int[] array)
      Copy the coords into the given array, except the source point.