mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 17:52:27 +08:00
8 lines
71 B
Go
8 lines
71 B
Go
package model
|
|
|
|
type Vector struct {
|
|
X float64
|
|
Y float64
|
|
Z float64
|
|
}
|