Files
hk4e/gs/model/vector.go
2023-03-01 10:50:59 +08:00

8 lines
71 B
Go

package model
type Vector struct {
X float64
Y float64
Z float64
}