Thread: New Functions?
View Single Post
  #15  
Old 04-06-2005, 10:43 PM
jake13jake jake13jake is offline
Former Classic Staff
jake13jake's Avatar
Join Date: Dec 2002
Location: Northwest Vermont
Posts: 1,452
jake13jake will become famous soon enough
Quote:
Originally Posted by smurfmidgetninja
Distance Formula? Like in Algebra/Geometry class?



Hmm I need to learn to script...I have a basic understanding of mathematics and stuff...I think I will look over the files in my Graal folder to see the scripting stuff.
Yes, math can make one amazing scripter! Things that help a lot:
Averages
Distance
Trigonometry
Summations and their Properties (ex. using (-1)^n to alternate +/-, 2n-1 to create an odd number, factorials, etc.). A for loop is often used for summation.
Position -> Velocity -> Acceleration (Physics/Calculus)
Vectors
Relative Position, and lots of other stuff.
Reply With Quote