This class represents a point on a 2D grid, with int coordinates x and y. More...
Definition at line 13 of file GridPoint.cs.
| EdgeClustering.GridPoint.GridPoint | ( | int | x, | |
| int | y | |||
| ) | 
Definition at line 29 of file GridPoint.cs.
| bool EdgeClustering.GridPoint.Equals | ( | GridPoint | other | ) | 
Points are equal if they have the same coordinates.
| other | Another GridPoint | 
other
Definition at line 40 of file GridPoint.cs.
| override bool EdgeClustering.GridPoint.Equals | ( | Object | obj | ) | 
Definition at line 47 of file GridPoint.cs.
| override int EdgeClustering.GridPoint.GetHashCode | ( | ) | 
Definition at line 57 of file GridPoint.cs.
| int EdgeClustering.GridPoint.x  [private] | 
Definition at line 15 of file GridPoint.cs.
| int EdgeClustering.GridPoint.y  [private] | 
Definition at line 22 of file GridPoint.cs.
| int EdgeClustering.GridPoint.X  [get, set] | 
Definition at line 17 of file GridPoint.cs.
| int EdgeClustering.GridPoint.Y  [get, set] | 
Definition at line 24 of file GridPoint.cs.
 1.6.3
 1.6.3