Vector2D AS2 Class
[[[Summary]]] Vector2D is an AS2 class that allows for 2 dimensional (x, y) vector math to be done in Flash. Extremely useful for any physics related Flash endeavor. [[[Variables]]] * X, Y - Components of the vector [[[Methods]]] * Clone() - Creates a new vector with the same values * Dot() - Finds the dot product between the vector and another vector * Length() - Gets the length of the vector * ProjectAlong() - Projects the vector along another vector * Normalize() - Normalizes the vector to a certain scale * GetUnitVector() - Gets the normalized form of the vector * Add(), Subtract(), Multiply(), Divide() - Operations on the vector and another vector * AddValue(), SubtractValue(), MultiplyValue(), DivideValue() - Operations on the vector and a value * Equal(), NotEqual(), Greater(), Less(), GreaterOrEqual(), LessOrEqual() - Boolean operations on the vector and another vector * ApproxEqual() - Boolean operation with tolerance on the vector and another
Coupon & Affiliate Theme (New 2022) - Download Now!Sponsored
Business Directory Theme (New 2022) - Download Now!Sponsored
Cloudflare Ongoing Management & Monitoring (Monthly)
Monthly Cloudflare management including policy changes, monitoring, tuning and issue response.
Monitoring Spot Instance Prices and Migrating Instances to Optimal Types/Regions
Automatically monitoring AWS Spot instance prices and moving servers to better instance types or regions for maximum sav
Cost optimization by replacing IPv4 with IPv6 and configuring DNS for it
Plan and configure IPv6 addressing and DNS so you can reduce IPv4 usage and related costs.
AWS Spot Instance / Server Deployment for Cost Reduction
Deploy servers using AWS Spot Instances to significantly cut hosting costs while keeping performance and flexibility for


