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

Method Size

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

Size returns the number of float32 elements in the array

()

Source from the content-addressed store, hash-verified

230
231// Size returns the number of float32 elements in the array
232func (a *ArrayU32) Size() int {
233
234 return len(*a)
235}
236
237// Len returns the number of float32 elements in the array
238func (a *ArrayU32) Len() int {

Callers 5

NewSegmentedBoxFunction · 0.95
NewTruncatedConeSectorFunction · 0.95
newMeshPolylistFunction · 0.95
newMeshTrianglesFunction · 0.95
NewGeometryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected