Registry / utility / goki-mat32

goki-mat32

JSON →
library1.0.18gogounverified

A 3D math library for Go, providing vectors, matrices, and quaternions.

go get github.com/goki/mat32
INSTALL
IMPORT
SIG · GOKI-MAT32
G
goki-mat32
utilitygov1.0.18
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

mat32
github.com/goki/mat32

Create a 3D vector and compute its length.

package main import ( "fmt" "github.com/goki/mat32" ) func main() { v := mat32.Vec3{1, 2, 3} fmt.Println(v.Length()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.18latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
goki-mat32 — go get goki-mat32 · libregistry