robocar-base/types/types.go

6 lines
73 B
Go
Raw Normal View History

2019-12-29 15:59:57 +00:00
package types
type BoundingBox struct {
Left, Top, Right, Bottom int
}