github.com/jackc/pgtype.Polygon.P (field)
10 uses
github.com/jackc/pgtype (current package)
polygon.go#L15: P []Vec2
polygon.go#L36: p = &Polygon{Status: Present, P: value}
polygon.go#L66: p.P = make([]Vec2, 0)
polygon.go#L68: p.P = append(p.P, Vec2{X: src[i], Y: src[i+1]})
polygon.go#L126: *dst = Polygon{P: points, Status: Present}
polygon.go#L157: P: points,
polygon.go#L173: for i, p := range src.P {
polygon.go#L194: buf = pgio.AppendInt32(buf, int32(len(src.P)))
polygon.go#L196: for _, p := range src.P {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |