[go: up one dir, main page]

vector-math

vector math implementation that enables GLSL vector and matrix operations to compile in haxe. Usage: `import VectorMath;`
https://github.com/haxiomic/vector-math

Version Release Notes Install Downloads
3.0.1
2 years ago
Operations on swizzles now changes the underlying vector, e.g. in vec.xy *= 0.5, vec is modified haxelib install vector-math 3.0.1 545
3.0.0
2 years ago
Operations on swizzles now changes the underlying vector, e.g. in vec.xy *= 0.5, vec is modified haxelib install vector-math 3.0.0 0
2.4.1
4 years ago
Add index: Int type hint haxelib install vector-math 2.4.1 158
2.4.0
4 years ago
No longer clone() when accessing array columns and add fromArray functions to matrix types haxelib install vector-math 2.4.0 10
2.3.0
4 years ago
Add macro functions for copying into and out of other vector systems haxelib install vector-math 2.3.0 14
2.2.1
4 years ago
Add set() method to all types haxelib install vector-math 2.2.1 8
2.1.1
4 years ago
Fix issue reading single value using swizzle aliases haxelib install vector-math 2.1.1 3602
2.1.0
5 years ago
Improve inlining of normalize, refract and faceforward haxelib install vector-math 2.1.0 13
2.0.0
5 years ago
Split into separate files and improve compile-time performance haxelib install vector-math 2.0.0 1
1.5.0
5 years ago
Add matrix methods transpose, determinant, inverse and adjoint haxelib install vector-math 1.5.0 7
1.1.0
5 years ago
Add assign+op overloads haxelib install vector-math 1.1.0 3
1.0.1
5 years ago
Correct type reference haxelib install vector-math 1.0.1 0
1.0.0
5 years ago
Initial release haxelib install vector-math 1.0.0 1

All libraries are free

Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!

Explore Haxe

Haxe Manual

Haxe Code Cookbook

Haxe API documentation

You can try Haxe in the browser! try.haxe.org

Join us on GitHub!

Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.

Haxe on GitHub