extract math util into sub package
This commit is contained in:
parent
538c8c215f
commit
60d71ae1c0
4 changed files with 35 additions and 8 deletions
9
util/math.odin
Normal file
9
util/math.odin
Normal file
|
@ -0,0 +1,9 @@
|
|||
package util
|
||||
|
||||
Position :: struct {
|
||||
x, y: f32,
|
||||
}
|
||||
|
||||
Velocity :: struct {
|
||||
x, y: f32,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue