UNPKG

@achirita/blox

Version:

A CAD library for building 3D models in the browser.

24 lines (23 loc) 524 B
export const HASH_CODE_MAX: 2147483647; export const DEFAULT_PRECISION: 0.000001; export const DEFAULT_LINEAR_TOLERANCE: 1e-7; export const DEFAULT_ANGULAR_TOLERANCE: 0.000001; export namespace JOIN_TYPES { let arc: {}; let tangent: {}; let intersection: {}; } export namespace TRANSITION_MODES { let transformed: {}; let right: {}; let round: {}; } export namespace CONTINUITY_TYPES { let c0: {}; let c1: {}; let c2: {}; let c3: {}; let cn: {}; let g1: {}; let g2: {}; }