Initial commit
This commit is contained in:
commit
f26c478727
18 changed files with 621 additions and 0 deletions
6
math/transform.go
Normal file
6
math/transform.go
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package math
|
||||
|
||||
type Transform struct {
|
||||
Position
|
||||
Direction
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue