Alternative to Point2D
By Droid Tutorials on Feb 12, 2010 in: jasafa, as3, faq, point2d, actionscript, flash
Given that AWT is not supported in Android API, the Point2D class, which is useful for writing 2D graphics, is missing either.Point2D is traditionally accessible under java.awt.geom package but not dependent on the AWT framework so why was it not inc...