Skip to content
/ math3d Public
forked from zri/math3d

A linear algebra library for the programming language go

License

Notifications You must be signed in to change notification settings

folago/math3d

 
 

Repository files navigation

This is a linear algebra library for the Go programming language (http://golang.org)
It is intended for use with OpenGl. It only implements fixed size vectors and matrixes.

This an incomplete port of the linear algebra library WildMagic5 (geometrictools.com)

Note that this code uses column major matrixes.

Distributed under the Boost Software License, Version 1.0.
http://www.boost.org/LICENSE_1_0.txt
http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt

About

A linear algebra library for the programming language go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%