Point
This is the Point class. This class handles storing information about the location of points in 2D space in both Cartesian, or rectangular, and polar coordinates. Additionally, this contains the method to find the distance between two Points.
Author
Anyi Lin - 10158 Scott's Bots
Aaron Yang - 10158 Scott's Bots
Harrison Womack - 10158 Scott's Bots
Functions
Link copied to clipboard
This takes in an x and y value and converts them to polar coordinates.
Link copied to clipboard
Calculates the distance between this Point and some other specified Point.
Link copied to clipboard
This takes in an r and theta value and converts them to Cartesian coordinates.
Link copied to clipboard
This sets the coordinates of the Point using the specified coordinate system.