All pastes #2058580 Raw Edit

Anonymous

public text v1 · immutable
#2058580 ·published 2011-05-13 21:27 UTC
rendered paste body
type Polygon struct {
    ring.Ring
    vertex *Point
}

type Point struct {
    x,y IntRoot2
}

type IntRoot2 {
    a,b int64
}