When would it make the most sense for the Point2D class to use polar coordinates for its internal representation? O When
Posted: Mon Jun 06, 2022 6:26 pm
When would it make the most sense for the Point2D class to use polar coordinates for its internal representation? O When fast trigonometry functions are available. It never ever matters! O When the polar coordinates accessor and mutator methods will be used most often. O When the API provides both Cartesian and polar coordinate methods.