https://github.com/eadf/math3d
A linear algebra library for the programming language go
https://github.com/eadf/math3d
Last synced: 8 months ago
JSON representation
A linear algebra library for the programming language go
- Host: GitHub
- URL: https://github.com/eadf/math3d
- Owner: eadf
- License: bsl-1.0
- Created: 2011-03-07T12:54:57.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-03-07T15:47:27.000Z (over 15 years ago)
- Last Synced: 2023-03-11T20:11:34.715Z (over 3 years ago)
- Language: Go
- Homepage:
- Size: 159 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE_1_0.txt
Awesome Lists containing this project
README
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)
This library comes in two flavours: math3d/math3d64 using float64 and math3d/math3d32 using float32.
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