import { _setupShape, point } from './classes'

export * from './classes'
export * from './algorithms/boolean_op';
export * from './algorithms/distance';
export * from './algorithms/intersection';
export * from './algorithms/ray_shooting';

_setupShape(point)
