Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1406)

Issue 2192048: code review 2192048: exp/draw: add Point.Eq, Point.Mul, Point.Div, Rectangle... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 7 months ago by rog
Modified:
13 years, 7 months ago
Reviewers:
CC:
nigeltao_gnome, nigeltao, rsc, golang-dev, r
Visibility:
Public.

Description

exp/draw: add Point.Eq, Point.Mul, Point.Div, Rectangle.Size methods

Patch Set 1 #

Patch Set 2 : code review 2192048: exp/draw: add Point.Eq, Point.Mul, Point.Div, Rectangle... #

Patch Set 3 : code review 2192048: exp/draw: add Point.Eq, Point.Mul, Point.Div, Rectangle... #

Total comments: 6

Patch Set 4 : code review 2192048: exp/draw: add Point.Eq, Point.Mul, Point.Div, Rectangle... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -0 lines) Patch
M src/pkg/image/geom.go View 1 2 3 2 chunks +23 lines, -0 lines 0 comments Download

Messages

Total messages: 10
rog
Hello nigeltao (cc: golang-dev@googlegroups.com, r), I'd like you to review this change.
13 years, 7 months ago (2010-09-21 10:43:41 UTC) #1
nigeltao
I'm OK with Eq, but not sure about the usefulness of Mul and Div. When ...
13 years, 7 months ago (2010-09-21 14:27:49 UTC) #2
rog
On 21 September 2010 15:27, <nigeltao@golang.org> wrote: > I'm OK with Eq, but not sure ...
13 years, 7 months ago (2010-09-21 14:36:08 UTC) #3
nigeltao_gnome
On 22 September 2010 00:36, roger peppe <rogpeppe@gmail.com> wrote: > On 21 September 2010 15:27, ...
13 years, 7 months ago (2010-09-21 14:48:59 UTC) #4
rog
On 21 September 2010 15:48, Nigel Tao <nigel.tao.gnome@gmail.com> wrote: > On 22 September 2010 00:36, ...
13 years, 7 months ago (2010-09-21 15:17:18 UTC) #5
rsc
Mul and Div are less useful than Add and Sub but complete a natural set ...
13 years, 7 months ago (2010-09-21 19:36:17 UTC) #6
nigeltao
http://codereview.appspot.com/2192048/diff/6001/src/pkg/image/geom.go File src/pkg/image/geom.go (right): http://codereview.appspot.com/2192048/diff/6001/src/pkg/image/geom.go#newcode31 src/pkg/image/geom.go:31: // Eq returns true if p and q are ...
13 years, 7 months ago (2010-09-21 23:52:20 UTC) #7
rog
PTAL http://codereview.appspot.com/2192048/diff/6001/src/pkg/image/geom.go File src/pkg/image/geom.go (right): http://codereview.appspot.com/2192048/diff/6001/src/pkg/image/geom.go#newcode31 src/pkg/image/geom.go:31: // Eq returns true if p and q ...
13 years, 7 months ago (2010-09-22 10:46:13 UTC) #8
nigeltao_gnome
LGTM.
13 years, 7 months ago (2010-09-23 00:58:17 UTC) #9
nigeltao
13 years, 7 months ago (2010-09-23 00:59:03 UTC) #10
*** Submitted as http://code.google.com/p/go/source/detail?r=b075f1a0cc9c ***

exp/draw: add Point.Eq, Point.Mul, Point.Div, Rectangle.Size methods

R=nigeltao, nigeltao_golang, rsc
CC=golang-dev, r
http://codereview.appspot.com/2192048

Committer: Nigel Tao <nigeltao@golang.org>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b