Question

is there a class for connecting points by a spline in flex resp. actionscript?

Was it helpful?

Solution

The Degrafa project provides classes for this sort of thing - it is Flex-centric however.

Degrafa can be found here -> www.degrafa.org.

If you go to the docs http://www.degrafa.org/docs/ you can scroll right to the BezierSpline for an example class.

OTHER TIPS

Here is another thread discussing drawing splines in Actionscript. How to draw a continuous curved line

It uses a catmull-rom spline.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top