0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 14 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
remove unnecessary call to Normalize(). More... 3 months ago
drop golang.org/x/image dependency More... 6 months ago
use Sincos instead of Sin, Cos More... 6 months ago
code formatting More... 6 months ago
Run `go generate` More... 6 months ago
Add NumRows and NumCols method to all matrices More... 6 months ago
Reorder cubic bezier curve calculations (#91) More... 7 months ago
honor closest distance in quaternion slerp More... about 1 year ago
Fix round result for positive zero (#87) More... almost 2 years ago
Merge pull request #82 from aykevl/vec4-quat More... almost 5 years ago
Add Vec4.Quat() method to reinterpret a vec4 as a quaternion More... almost 5 years ago
Add SqrLen functions (#74) More... about 5 years ago
Merge pull request #80 from Zyl9393/bug_codegen_paths More... about 5 years ago
Merge pull request #79 from go-gl/travis-patch-vet More... about 5 years ago
Fix generated code on Windows having backslashes in paths in comments. More... about 5 years ago
Travis: use latest patch versions, re-add go vet More... about 5 years ago
Merge pull request #78 from go-gl/docstring-conventions More... about 5 years ago
Merge pull request #77 from go-gl/add-go-mod More... about 5 years ago
Fix docstrings to match effective Go convention More... about 5 years ago
Merge pull request #76 from go-gl/update-travis-fix-docstrings More... about 5 years ago
Add go.mod More... about 5 years ago
Update Travis to run with supported Go versions More... about 5 years ago
Merge pull request #71 from quillaja/master More... over 5 years ago
removed t.Run() from Test_choose() so it'll pass the Go 1.6 test on travis-ci...
Ben
More... almost 6 years ago
removed t.Run() from Test_choose() so it'll pass the Go 1.6 test on travis-ci...
Ben
More... almost 6 years ago
ran go generate to create the mgl64 counterparts for fix-issue-65
Ben
More... almost 6 years ago
fixed bug in choose() caused by interger division where float should have been used. added corresponding test.
Ben
More... almost 6 years ago
fixed bug in choose() caused by interger division where float should have been used. added corresponding test.
Ben
More... almost 6 years ago
Merge pull request #69 from bramp/rotate More... about 6 years ago
Updated the documentation to mention the HomogRotate3D requires a normalised axis vector. More... about 6 years ago