UNPKG

gs-json

Version:

gs-JSON is a domain agnostic unifying 3D file format for geometric and semantic modelling (hence the 'gs').

7 lines (6 loc) 157 B
/** * Corrects the angles in a circle * @param * @return */ export declare function checkCircleAngles(angles: [number, number]): [number, number];