View Full Version : math
vitality
09-28-2006, 10:55 PM
Hi I'm new here and I got some questions.
I study in university and want to make a kind of scientific work. Can I find somewhere mathematic basics of building vector graphics? Thanx for help.
MichaelxxOA
09-28-2006, 11:18 PM
What exactly are you looking for?
Michael
invader
09-29-2006, 05:01 AM
yeah, it would help to be more specific.. this won't necessarily help with math, but here's a pretty good page that covers Flash's Actionscript drawing API:
http://www.flash-creations.com/notes/dynamic_drawingapi.php
that would be a good first step, familiarizing yourself with how to draw vector graphics in Flash. if you can specify in which field of mathematics you need to know the basics, we can probably help point you in the right direction
vitality
09-29-2006, 03:15 PM
I wonder if there any kind of higher mathematics, maybe some mathematic models of building and working of vector graphics. Thanx again!
Assertnfailure
09-29-2006, 05:21 PM
mc.moveTo(0,0);
mc.lineTo(100,0);
mc.lineTo(100,100);
mc.lineTo(0,100);
mc.lineTo(0,0);
|
vBulletin® v3.8.4, Copyright ©2000-2010, Jelsoft Enterprises Ltd.