Skip to content

Angel-foxxo/Vec2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

CS:GO Vec2 Class

A simple class that implements a 2-dimensional Vector into CS:GO VScript, it uses the normal Vector class for computation under the hood (acting like a wrapper) to mentain performance.

Usage

This class implements the exact same methods(Length(), Dot(), Norm()) and metamethods(addition, subtraction, scaling) as the normal Vector class does, and as such they should be interchangeable.

Licence

You are free to use, modify and share this library under the terms of the MIT License. The only condition is keeping the copyright notice, and stating whether or not the code was modified. See LICENSE for details.

About

Vec2 Class for CS:GO VScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published