Working version of train following spline path

This commit is contained in:
Emma
2023-02-07 08:36:58 -07:00
commit f1c991bd3e
17 changed files with 2350 additions and 0 deletions

3
math/constants.ts Normal file
View File

@@ -0,0 +1,3 @@
export const Constants = {
TWO_PI: Math.PI * 2
}