threejs-math icon indicating copy to clipboard operation
threejs-math copied to clipboard

Stand-alone version of three.js Math library with TypeScript support

Results 3 threejs-math issues
Sort by recently updated
recently updated
newest added

See several changes that need to be merged to bring up to r147 compatibility, e.g., Matrix3 https://github.com/mrdoob/three.js/releases

In a recent project set up with Vite+Typescript, I installed threejs-math (`npm install threejs-math`) and imported some types: ``` import { Vector2 } from "threejs-math"; ``` But I got the...

**Error:** Could not find a declaration file for module 'threejs-math'. './node_modules/threejs-math/build/threejs-math.module.js' implicitly has an 'any' type. There are types at './node_modules/threejs-math/types/index.d.ts', but this result could not be resolved when respecting...