- When Would It Make The Most Sense For The Point2d Class To Use Polar Coordinates For Its Internal Representation O When 1 (13.66 KiB) Viewed 13 times
When would it make the most sense for the Point2D class to use polar coordinates for its internal representation? O When
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
When would it make the most sense for the Point2D class to use polar coordinates for its internal representation? O When
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.