Makes a copy of this model.
@override Point3D clone() { return Point3D(position.clone(), width: width, color: color, label: label); }