MCPcopy
hub / github.com/stevenpetryk/mafs / pointToString

Function pointToString

src/display/Plot/PlotUtils.tsx:127–129  ·  view source on GitHub ↗
(x: number, y: number)

Source from the content-addressed store, hash-verified

125 let prevLower = 0
126
127 function pointToString(x: number, y: number) {
128 return rangeAxis === "x" ? `${x} ${y}` : `${y} ${x}`
129 }
130
131 sample<[vec.Vector2, vec.Vector2]>({
132 domain,

Callers 1

sampleInequalityFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected