The Vector2D class represents a 2-dimensional vector in cartesian coordinate space. It has all features of flash.geom.Point but adds further functionality not found in that class. While this class represents a vector, it can also be used to represent a point, in which case the class actually represents the vector from the origin to the point.
http://code.google.com/p/bigroom/wiki/Vector2DAndMatrix2D |