Added a todo and renamed a class

This commit is contained in:
Paul Schaller 2023-11-18 15:28:28 +01:00
parent b3031ad97f
commit 2fd7d5ed2b
2 changed files with 3 additions and 1 deletions

View File

@ -45,6 +45,8 @@ public class Scanner {
}
//TODO call SideScanner.scan for every side and merge the four sides into 3d points
return null;
}

View File

@ -9,7 +9,7 @@ import java.util.List;
import com.cringe_studios.christmastreescanning.Point3D;
public class ChristmasTreeScanning {
public class PointNormalizer {
// This method normalizes the Point coordinates,