View Full Version : what kind of maths do i need to go into programming?
eathquaketry 06-20-2009, 06:57 PM i am new with max script and i found things such atan, atan2 , delta, cos, sin and alot of more things related to maths that i know very little about it.
i just want to know what kind of math this it (its name) ? and where i found resources to learn such things? what books should i get............
thanx in advance.........
|
|
serev
06-20-2009, 09:00 PM
atan, cos and sin would be trigonometry. In scripting they're useful for things like change over time, such as sin(time); which can also be useful for generating random numbers like rand(sin(time)); as well as other things since sin/cos/tan functions generate oscillating waves like this:
http://jwilson.coe.uga.edu/EMT668/EMAT6680.2002.Fall/Dufera/Sine.Expl/image3.gif
but I'm afraid that's where my knowledge of use for these functions end so far as scripting is concerned. I really don't know of any books that are useful on the subject other than trig textbooks, but you might try looking for animation books that include trig and its uses in animation and scripting since those would actually show how trig is useful instead of simply how to solve for angles, etc.
Hope some of this helps ~.^
CGTalk Moderation
06-20-2009, 09:00 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.
vBulletin v3.0.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.