mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-23 14:32:27 +08:00
优化架构
This commit is contained in:
7
gs/model/vector.go
Normal file
7
gs/model/vector.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package model
|
||||
|
||||
type Vector struct {
|
||||
X float64 `bson:"x"`
|
||||
Y float64 `bson:"y"`
|
||||
Z float64 `bson:"z"`
|
||||
}
|
||||
Reference in New Issue
Block a user