github.com/jackc/pgx/v5/pgtype.Circle.P (field)
7 uses
github.com/jackc/pgx/v5/pgtype (current package)
circle.go#L23: P Vec2
circle.go#L104: buf = pgio.AppendUint64(buf, math.Float64bits(circle.P.X))
circle.go#L105: buf = pgio.AppendUint64(buf, math.Float64bits(circle.P.Y))
circle.go#L123: strconv.FormatFloat(circle.P.X, 'f', -1, 64),
circle.go#L124: strconv.FormatFloat(circle.P.Y, 'f', -1, 64),
circle.go#L182: P: Vec2{math.Float64frombits(x), math.Float64frombits(y)},
circle.go#L223: return scanner.ScanCircle(Circle{P: Vec2{x, y}, R: r, Valid: true})