github.com/jackc/pgtype.Path.P (field)
6 uses
github.com/jackc/pgtype (current package)
path.go#L15: P []Vec2
path.go#L78: *dst = Path{P: points, Closed: closed, Status: Present}
path.go#L111: P: points,
path.go#L136: for i, p := range src.P {
path.go#L163: buf = pgio.AppendInt32(buf, int32(len(src.P)))
path.go#L165: 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. |