last_light/engine/bounding_box.go

6 lines
63 B
Go

package engine
type BoundingBox struct {
Positioned
Sized
}