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

Method Size

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

Size returns the number of float32 elements in the array

()

Source from the content-addressed store, hash-verified

26
27// Size returns the number of float32 elements in the array
28func (a *ArrayF32) Size() int {
29
30 return len(*a)
31}
32
33// Len returns the number of float32 elements in the array
34// It is equivalent to Size()

Callers 5

NewRibbonFunction · 0.95
NewTruncatedConeSectorFunction · 0.95
newMeshPolylistFunction · 0.95
newMeshTrianglesFunction · 0.95
NewGeometryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected