Files
trainsim/src/math/constants.ts
2025-02-15 09:24:56 -07:00

3 lines
50 B
TypeScript

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