fumarole/math.odin

5 lines
49 B
Odin

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