- 
    Enhancement 
- 
    Resolution: Fixed
- 
     P3 P3
- 
    8
                    Point3D should contain the following method:
public Point3D multiply(double factor) {
return new Point3D(x * factor, y * factor, z * factor);
}
public Point3D multiply(double factor) {
return new Point3D(x * factor, y * factor, z * factor);
}