|
|
"Non-Type Based Vector Lib", by world_creator
|
Basically instead of having to deal with type declarations (ie. the myVector.Vector) you can use handles to banks instead (ie. just myVector). I've written it with some basis on "temporary" vectors which are deleted automatically when used in a non-value-returning vector function. Included are functions to find the pitch and yaw of a vector, two methods of finding the angle between two vectors, and all three projections. |
| Code | | | |