A point in 3D space.
Default constructor, creates a point at (0, 0, 0).
Constructor, creates a point at the specified location.
Copy constructor, creates a point that's a copy of source.
Returns the angle between this point and pointTwo, in degrees.
Returns the distance between this point and pointTwo.
The point's coordinates.