MCPcopy
hub / github.com/processing/p5.js / p5.Vector.js

File p5.Vector.js

test/unit/math/p5.Vector.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { default as vector, Vector } from '../../../src/math/p5.Vector.js';
2import { default as math } from '../../../src/math/math.js';
3import { _defaultEmptyVector, _validatedVectorOperation } from '../../../src/math/patch-vector.js';
4import { vi } from 'vitest';

Callers

nothing calls this directly

Calls 15

_defaultEmptyVectorFunction · 0.90
mathFunction · 0.85
vectorFunction · 0.85
describeFunction · 0.85
setHeadingMethod · 0.80
headingMethod · 0.80
angleBetweenMethod · 0.80
remMethod · 0.80
subMethod · 0.80
divMethod · 0.80
dotMethod · 0.80

Tested by

no test coverage detected