alexvoz / as3isolib

Automatically exported from code.google.com/p/as3isolib
0 stars 0 forks source link

isolib.geom.Pt clone() method: wrong return type #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Should return a Pt instance

Currently it returns a flash.geom.Point instance

Original issue reported on code.google.com by hello.ja...@gmail.com on 6 Apr 2009 at 5:42

GoogleCodeExporter commented 9 years ago

Actually I just noticed it may be necessary since it won't let you override if 
the 
return type is different.

It would be nice if there was a way to return a Pt, though.

Original comment by hello.ja...@gmail.com on 6 Apr 2009 at 5:49

GoogleCodeExporter commented 9 years ago
I have been torn with this issue since the start of this project.   I have 
almost
concluded to drop the inherited support of the flash.geom.Point class and just
migrate all those methods over to the Pt class.

Original comment by jwopitz on 14 Apr 2009 at 4:14