const Point3D({required this.x, required this.y, required this.z, required this.color, required this.hasColor});