Anonymous
public text v1 · immutabletype Polygon struct {
ring.Ring
vertex *Point
}
type Point struct {
x,y IntRoot2
}
type IntRoot2 {
a,b int64
}type Polygon struct {
ring.Ring
vertex *Point
}
type Point struct {
x,y IntRoot2
}
type IntRoot2 {
a,b int64
}