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

File Vector3.tests.js

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

Source from the content-addressed store, hash-verified

1import { Vector3 } from '../../../../src/math/Vector3.js';
2import { Vector4 } from '../../../../src/math/Vector4.js';
3import { Matrix3 } from '../../../../src/math/Matrix3.js';
4import { Matrix4 } from '../../../../src/math/Matrix4.js';

Callers

nothing calls this directly

Calls 15

multiplyVectorsMethod · 0.80
applyEulerMethod · 0.80
applyAxisAngleMethod · 0.80
makeRotationXMethod · 0.80
crossVectorsMethod · 0.80
projectOnVectorMethod · 0.80
projectOnPlaneMethod · 0.80
reflectMethod · 0.80
setFromSphericalMethod · 0.80
setFromCylindricalMethod · 0.80
setFromMatrixScaleMethod · 0.80
setFromMatrixColumnMethod · 0.80

Tested by

no test coverage detected