github.com/jackc/pgtype.Circle.P (field)

7 uses

	github.com/jackc/pgtype (current package)
		circle.go#L15: 	P      Vec2
		circle.go#L71: 	*dst = Circle{P: Vec2{x, y}, R: r, Status: Present}
		circle.go#L90: 		P:      Vec2{math.Float64frombits(x), math.Float64frombits(y)},
		circle.go#L106: 		strconv.FormatFloat(src.P.X, 'f', -1, 64),
		circle.go#L107: 		strconv.FormatFloat(src.P.Y, 'f', -1, 64),
		circle.go#L122: 	buf = pgio.AppendUint64(buf, math.Float64bits(src.P.X))
		circle.go#L123: 	buf = pgio.AppendUint64(buf, math.Float64bits(src.P.Y))