Registry / utility / mat32-v2

mat32-v2

JSON →
library2.0.0gogounverified

A 32-bit, 3D rendering math library for Go, based on G3N's math32 with value-based vector operations.

go get goki.dev/mat32/v2
INSTALL
IMPORT
SIG · MAT32-V2
M
mat32-v2
utilitygov2.0.0
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
goki.dev/mat32/v2

Computes the length of a 3D vector.

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
mat32-v2 — go get mat32-v2 · libregistry