File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ public class BezierPath {
2222 BezierListProducer path ;
2323
2424 private ArrayList <Vector3d > plInternal = new ArrayList <Vector3d >();
25- //private final int resolutionPoints;
25+ // private final int resolutionPoints;
2626
2727 /** Creates a new instance of Animate */
28- // public BezierPath(int resolution) {
29- // this.resolutionPoints = resolution;
30- // }
28+ // public BezierPath(int resolution) {
29+ // this.resolutionPoints = resolution;
30+ // }
3131
3232 public void parsePathString (String d ) {
3333
Original file line number Diff line number Diff line change 4141import eu .mihosoft .vrl .v3d .Edge ;
4242import eu .mihosoft .vrl .v3d .Extrude ;
4343import eu .mihosoft .vrl .v3d .Polygon ;
44- import eu .mihosoft .vrl .v3d .TextExtrude ;
4544import eu .mihosoft .vrl .v3d .Transform ;
4645import eu .mihosoft .vrl .v3d .Vector3d ;
4746import eu .mihosoft .vrl .v3d .ext .org .poly2tri .PolygonUtil ;
You can’t perform that action at this time.
0 commit comments