nidus-sync/db/types/box2d.go

9 lines
93 B
Go
Raw Normal View History

package types
type Box2D struct {
XMax float64
YMax float64
XMin float64
YMin float64
}