MCPcopy Create free account
hub / github.com/cogentcore/core / XYZ

Method XYZ

plot/data.go:209–209  ·  view source on GitHub ↗

XYZ returns an x, y, z triple.

(i int)

Source from the content-addressed store, hash-verified

207
208 // XYZ returns an x, y, z triple.
209 XYZ(i int) (float32, float32, float32)
210
211 // XY returns an x, y pair.
212 XY(i int) (float32, float32)

Callers 3

CopyXYZsFunction · 0.65
XYMethod · 0.65
TestXYZFunction · 0.65

Implementers 1

_cogentcore_org_core_plot_XYZeryaegicore/symbols/cogentcore_org-core-

Calls

no outgoing calls

Tested by 1

TestXYZFunction · 0.52