| 1 | import { Vector2 } from '../../../../src/math/Vector2.js'; |
| 2 | import { Matrix3 } from '../../../../src/math/Matrix3.js'; |
| 3 | import { BufferAttribute } from '../../../../src/core/BufferAttribute.js'; |
| 4 | import { |
nothing calls this directly
no test coverage detected