azrafe7 / hxGeomAlgo

Small collection of computational geometry algorithms in Haxe.
http://azrafe7.github.io/hxGeomAlgo/index.html
Other
159 stars 13 forks source link

Using flash Point #7

Closed pshtif closed 8 years ago

pshtif commented 10 years ago

I would advise to use platform independent class for points for this library to be platform independent. You can easily create some kind of hxPoint and for flash target just typedef it to flash's Point for starters.

azrafe7 commented 10 years ago

Yes, I agree with this!

My initial idea was to find a way for the user to plug in any Point class they liked (exposing a minimal interface). But that got scrapped due to issues with access and other things.

azrafe7 commented 8 years ago

Closing as no more an issue (hopefully), since the introduction of HxPoint.