mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-13 06:52:26 +08:00
服务器玩家在线信息同步
This commit is contained in:
@@ -65,3 +65,10 @@ func Vector3CrossProd(v1 *Vector3, v2 *Vector3) *Vector3 {
|
||||
v3.Z = v1.X*v2.Y - v2.X*v1.Y
|
||||
return v3
|
||||
}
|
||||
|
||||
// MeshVector 网格向量
|
||||
type MeshVector struct {
|
||||
X int16
|
||||
Y int16
|
||||
Z int16
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user