github.com/jackc/pgtype.Lseg.P (field)
11 uses
github.com/jackc/pgtype (current package)
box.go#L15: P [2]Vec2
box.go#L81: *dst = Box{P: [2]Vec2{{x1, y1}, {x2, y2}}, Status: Present}
box.go#L101: P: [2]Vec2{
box.go#L119: strconv.FormatFloat(src.P[0].X, 'f', -1, 64),
box.go#L120: strconv.FormatFloat(src.P[0].Y, 'f', -1, 64),
box.go#L121: strconv.FormatFloat(src.P[1].X, 'f', -1, 64),
box.go#L122: strconv.FormatFloat(src.P[1].Y, 'f', -1, 64),
box.go#L135: buf = pgio.AppendUint64(buf, math.Float64bits(src.P[0].X))
box.go#L136: buf = pgio.AppendUint64(buf, math.Float64bits(src.P[0].Y))
box.go#L137: buf = pgio.AppendUint64(buf, math.Float64bits(src.P[1].X))
box.go#L138: buf = pgio.AppendUint64(buf, math.Float64bits(src.P[1].Y))
 |
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. |