Skip to content

Commit 9255a52

Browse files
committed
Consistent naming
1 parent 9b6d3ad commit 9255a52

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/bounding-box.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { GCodeVector3 } from './GCodeVector3';
1+
import { GCodeVector3 } from './gcode-vector3';
22
export class BoundingBox {
33
private min: GCodeVector3 = new GCodeVector3(Infinity, Infinity, Infinity);
44
private max: GCodeVector3 = new GCodeVector3(-Infinity, -Infinity, -Infinity);

0 commit comments

Comments
 (0)