1
0
Fork 0

Initial commit

This commit is contained in:
Henrik Hautakoski 2025-06-07 20:26:00 +02:00
commit f26c478727
18 changed files with 621 additions and 0 deletions

6
math/transform.go Normal file
View file

@ -0,0 +1,6 @@
package math
type Transform struct {
Position
Direction
}