Tag: Trig

  • VectorClip AS3 Class

    Custom class dependencies: Vector2D Working with vectors – Part 1, Part 2, Part 3 So far everything done in the series “Working with vectors” have been utilities to help with the calculation of trigonometric values. Now we will apply it to something that will be displayed, a MovieClip! Or in this case, what I call…

  • Trig AS3 Class

    Custom class dependencies: None Working with vectors – Part 1, Part 2, Part 3 What is a ‘vector’? Well, it is just 2 numbers used for one thing. It is a direction and a distance. You can also call these two things properties, and these properties can also be called the angle and the magnitude.…