MCPcopy
hub / github.com/mrdoob/three.js / Vector2.tests.js

File Vector2.tests.js

test/unit/src/math/Vector2.tests.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Vector2 } from '../../../../src/math/Vector2.js';
2import { Matrix3 } from '../../../../src/math/Matrix3.js';
3import { BufferAttribute } from '../../../../src/core/BufferAttribute.js';
4import {

Callers

nothing calls this directly

Calls 15

testMethod · 0.45
setMethod · 0.45
copyMethod · 0.45
addMethod · 0.45
addVectorsMethod · 0.45
addScaledVectorMethod · 0.45
subMethod · 0.45
subVectorsMethod · 0.45
applyMatrix3Method · 0.45
negateMethod · 0.45
dotMethod · 0.45
crossMethod · 0.45

Tested by

no test coverage detected