@@ -66,17 +66,17 @@ export class BitByBitBase {
66
66
this . manifold = new ManifoldBitByBit ( this . manifoldWorkerManager ) ;
67
67
68
68
const geometryHelper = new GeometryHelper ( ) ;
69
+ this . lists = new Lists ( ) ;
69
70
this . math = new MathBitByBit ( ) ;
70
71
this . vector = new Vector ( this . math , geometryHelper ) ;
71
72
const drawHelper = new DrawHelper ( this . context , this . jscad . text , this . vector , this . jscadWorkerManager , this . manifoldWorkerManager , this . occtWorkerManager ) ;
72
73
this . three = new ThreeJS ( drawHelper ) ;
73
74
this . tag = new Tag ( this . context ) ;
74
75
this . draw = new Draw ( drawHelper , this . context , this . tag ) ;
75
76
this . color = new Color ( this . math ) ;
76
- this . line = new Line ( this . vector , this . point , geometryHelper ) ;
77
77
this . transforms = new Transforms ( this . vector , this . math ) ;
78
- this . lists = new Lists ( ) ;
79
78
this . point = new Point ( geometryHelper , this . transforms , this . vector , this . lists ) ;
79
+ this . line = new Line ( this . vector , this . point , geometryHelper ) ;
80
80
this . polyline = new Polyline ( this . vector , this . point , this . line , geometryHelper ) ;
81
81
this . verb = new Verb ( this . context , geometryHelper , this . math ) ;
82
82
this . time = new Time ( this . context ) ;
0 commit comments