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