We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b6d3ad commit 9255a52Copy full SHA for 9255a52
2 files changed
src/bounding-box.ts
@@ -1,4 +1,4 @@
1
-import { GCodeVector3 } from './GCodeVector3';
+import { GCodeVector3 } from './gcode-vector3';
2
export class BoundingBox {
3
private min: GCodeVector3 = new GCodeVector3(Infinity, Infinity, Infinity);
4
private max: GCodeVector3 = new GCodeVector3(-Infinity, -Infinity, -Infinity);
src/GCodeVector3.ts src/gcode-vector3.tssrc/GCodeVector3.ts renamed to src/gcode-vector3.ts
0 commit comments