Class LineStripInterpolated

    • Field Detail

      • controlPoints

        protected List<Point> controlPoints
      • interpolatedPoints

        protected List<Point> interpolatedPoints
      • interpolatedCoords

        protected List<Coord3d> interpolatedCoords
      • resolution

        protected int resolution
    • Constructor Detail

      • LineStripInterpolated

        protected LineStripInterpolated()
      • LineStripInterpolated

        public LineStripInterpolated​(List<Coord3d> controlPoints,
                                     int resolution)
      • LineStripInterpolated

        public LineStripInterpolated​(IInterpolator interpolator,
                                     List<Coord3d> controlPoints,
                                     int resolution)
      • LineStripInterpolated

        public LineStripInterpolated​(IInterpolator interpolator,
                                     List<Coord3d> controlPoints,
                                     int resolution,
                                     boolean drawPoints)
    • Method Detail

      • getControlPoints

        public List<Point> getControlPoints()
      • getInterpolatedPoints

        public List<Point> getInterpolatedPoints()
      • getControlCoords

        public List<Coord3d> getControlCoords()
      • getInterpolatedCoords

        public List<Coord3d> getInterpolatedCoords()
      • getResolution

        public int getResolution()