doodler/geometry/constants.ts
2023-02-07 11:20:07 -07:00

3 lines
50 B
TypeScript

export const Constants = {
TWO_PI: Math.PI * 2
}