Plotting Milestone


http://people.sc.fsu.edu/~jburkardt/classes/urop_2016/plotting_milestone.html


Because our project involves computational geometry, most of the computations are about geometric objects such as points, lines, triangles, and polygons. The computer will represent all such quantities as numbers, but to understand the results, and especially to catch our programming mistakes, we need to be able to draw pictures. It takes some time to understand the rules for turning tables of numbers into pictures, and a little more time to understand how to make those pictures vivid and effective.

Topics we will need to learn include:


Last revised on 23 September 2016.