MCPcopy Create free account
hub / github.com/microsoft/SandDance / Bounds

Function Bounds

docs/app/js/sanddance-app.js:121860–121863  ·  view source on GitHub ↗
(b3)

Source from the content-addressed store, hash-verified

121858 return "url(#" + id + ")";
121859}
121860function Bounds(b3) {
121861 this.clear();
121862 if (b3) this.union(b3);
121863}
121864Bounds.prototype = {
121865 clone () {
121866 return new Bounds(this);

Callers

nothing calls this directly

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected