MCPcopy
hub / github.com/g3n/engine / ArrayF32

TypeAlias ArrayF32

math32/array.go:12–12  ·  view source on GitHub ↗

ArrayF32 is a slice of float32 with additional convenience methods

Source from the content-addressed store, hash-verified

10
11// ArrayF32 is a slice of float32 with additional convenience methods
12type ArrayF32 []float32
13
14// NewArrayF32 creates a returns a new array of floats
15// with the specified initial size and capacity

Callers 1

bytesToArrayF32Method · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected