UNPKG

@amandaghassaei/vector-math

Version:

A minimal vector math library to handle 2D/3D translations and rotations, written in TypeScript.

8 lines 279 B
export { DEFAULT_NUMERICAL_TOLERANCE, setNumericalTolerance } from './constants'; export * from './Number'; export * from './Vector2'; export * from './Vector3'; export * from './Matrix3'; export * from './Matrix4'; export * from './Quaternion'; //# sourceMappingURL=index.js.map