Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/williamngan/pts
/ max
Method
max
src/Num.ts:896–896 ·
view source on GitHub ↗
* Get this Range's maximum values per dimension.
()
Source
from the content-addressed store, hash-verified
894
* Get this Range's maximum values per dimension.
895
*/
896
get max():Pt {
return
this._max.clone(); }
897
898
/**
899
* Get this Range's minimum values per dimension.
Callers
15
hold
Method · 0.45
clamp
Method · 0.45
within
Method · 0.45
normalizeValue
Method · 0.45
mapToRange
Method · 0.45
logSigmoid
Method · 0.45
quadraticTarget
Method · 0.45
calc
Method · 0.45
maxValue
Method · 0.45
$max
Method · 0.45
boundingBox
Method · 0.45
projectAxis
Method · 0.45
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected