fumarole/math.odin
2025-06-22 21:47:58 +02:00

9 lines
86 B
Odin

package main
Position :: struct {
x, y: f32,
}
Direction :: struct {
x, y: f32,
}