Implement a Point class for three-dimensional points (x,y,z). Include a default constructor, a copy constructor, a negate() function to transform the point into its negative, a norm() function to return the point's distance from the origin (0,0,0), and a print() function.