8 lines
93 B
Go
8 lines
93 B
Go
package types
|
|
|
|
type Box2D struct {
|
|
XMax float64
|
|
YMax float64
|
|
XMin float64
|
|
YMin float64
|
|
}
|