MCPcopy Index your code
hub / github.com/g3n/engine / Len

Method Len

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

Len returns the number of float32 elements in the array It is equivalent to Size()

()

Source from the content-addressed store, hash-verified

33// Len returns the number of float32 elements in the array
34// It is equivalent to Size()
35func (a *ArrayF32) Len() int {
36
37 return len(*a)
38}
39
40// Append appends any number of values to the array
41func (a *ArrayF32) Append(v ...float32) {

Callers 1

NewSegmentedBoxFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected