tsmathlib
Version:
Typescript Version Math/Physics/CG Library
20 lines (18 loc) • 549 B
text/typescript
import * as _ds from './ds'
import * as _ip from './ip'
import * as _generator from './generator'
import * as _math from './math'
import * as _numerical from './numerical'
import * as _physics from './physics'
import * as _search from './search'
import * as _sph from './sph'
export namespace TSMATH {
export const ds = _ds
export const ip = _ip
export const generator = _generator
export const math = _math
export const numerical = _numerical
export const physics = _physics
export const search = _search
export const sph = _sph
}