7 lines
90 B
Go
7 lines
90 B
Go
package server
|
|
|
|
type (
|
|
Pos struct{ X, Y, Z float64 }
|
|
Rot struct{ Yaw, Pitch float32 }
|
|
)
|