Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azrafe7/vec2
2D vector class for AS3
https://github.com/azrafe7/vec2
Last synced: about 2 months ago
JSON representation
2D vector class for AS3
- Host: GitHub
- URL: https://github.com/azrafe7/vec2
- Owner: azrafe7
- Created: 2013-10-15T12:48:51.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-04-29T18:14:14.000Z (over 7 years ago)
- Last Synced: 2024-05-02T01:05:10.230Z (8 months ago)
- Language: JavaScript
- Size: 250 KB
- Stars: 11
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vec2
====A 2D vector class for AS3. Supports many operations: dot and cross product, rotation, tests for proximity,
find orthogonal vectors, clamping, interpolation and more. Check the [docs](http://azrafe7.github.io/vec2).Take a look at `Vec2Test.as` to see how to use this class.
Original work by [playchilla](http://www.playchilla.com/vector-2d-for-as3), slightly reworked by azrafe7.
License: Use it as you wish and if you like it - link back!