1. How do you "plot" data points that are generated instead of using the built in functions?
For example, a 3-dimensional array stores the x, y, & z coordinates, which would be fed into a function that graphs
the points.
2. If you generate points from an object, how can they be mapped to polygons, which would then be graphed?
1