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

Method Append

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

Append appends any number of values to the array

(v ...float32)

Source from the content-addressed store, hash-verified

39
40// Append appends any number of values to the array
41func (a *ArrayF32) Append(v ...float32) {
42
43 *a = append(*a, v...)
44}
45
46// AppendVector2 appends any number of Vector2 to the array
47func (a *ArrayF32) AppendVector2(v ...*Vector2) {

Callers 15

NewSpriteFunction · 0.95
NewSegmentedPlaneFunction · 0.95
NewDiskSectorFunction · 0.95
NewSegmentedBoxFunction · 0.95
NewTruncatedConeSectorFunction · 0.95
NewTorusFunction · 0.95
newChartScaleXFunction · 0.95
newChartScaleYFunction · 0.95
updateDataMethod · 0.95
InitializeMethod · 0.95
newMeshPolylistFunction · 0.95
newMeshTrianglesFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected