https://github.com/fzipp/geom
Package geom provides vector and matrix types suitable for OpenGL programming: Vec2, Vec3 and Mat4.
https://github.com/fzipp/geom
go golang matrix-functions projection-matrix vector-math
Last synced: 5 months ago
JSON representation
Package geom provides vector and matrix types suitable for OpenGL programming: Vec2, Vec3 and Mat4.
- Host: GitHub
- URL: https://github.com/fzipp/geom
- Owner: fzipp
- License: bsd-3-clause
- Created: 2013-09-19T18:03:40.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-02-11T09:49:43.000Z (over 1 year ago)
- Last Synced: 2024-11-17T12:12:45.181Z (6 months ago)
- Topics: go, golang, matrix-functions, projection-matrix, vector-math
- Language: Go
- Size: 43.9 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Package geom provides vector and matrix types suitable for OpenGL
programming in Go: Vec2, Vec3 and Mat4.Documentation:
https://pkg.go.dev/github.com/fzipp/geom