Exercise
   - Write a function that projects X,Y,Z coordinates onto the XY plane.
 
   - Write a function that takes any 2D point, and makes a 3D one.
 
   - Write a function that takes a 2D point, and makes a 1D point.
 
   - Write a good function that takes a 2D point, and makes a 1D point (PCA).