Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
CopyXYZs
Function · 0.65
XY
Method · 0.65
TestXYZ
Function · 0.65
Implementers
1
_cogentcore_org_core_plot_XYZer
yaegicore/symbols/cogentcore_org-core-
Calls
no outgoing calls
Tested by
1
TestXYZ
Function · 0.52