I'm doing a project in which I use the AWT library with shapes a lot. Most of the classes implementing Shape work with both Double and Float, except Polygon. Why? Why in Gods name and grace?!
Am I correct in saying that I can achieve the same functionality with methods from Path2D and Area?
Most of all I am wondering the why aspect of it all.