5 lines
89 B
Go
5 lines
89 B
Go
package server
|
|
|
|
type Pos struct{ X, Y, Z float64 }
|
|
type Rot struct{ Yaw, Pitch float32 }
|