d2/lib/geo/spacing.go
2023-09-21 13:17:17 -07:00

5 lines
71 B
Go

package geo
type Spacing struct {
Top, Bottom, Left, Right float64
}