MCPcopy
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

holdMethod · 0.45
clampMethod · 0.45
withinMethod · 0.45
normalizeValueMethod · 0.45
mapToRangeMethod · 0.45
logSigmoidMethod · 0.45
quadraticTargetMethod · 0.45
calcMethod · 0.45
maxValueMethod · 0.45
$maxMethod · 0.45
boundingBoxMethod · 0.45
projectAxisMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected