package server type Pos struct{ X, Y, Z float64 } type Rot struct{ Yaw, Pitch float32 }