ICSV - Image Color Similarity Visualization
Vienna Technical University - Course 'Visualization 2'. Author: Stefan Spelitz (0925601)
|
XnaGeometry from http://www.technologicalutopia.com/sourcecode/xnageometry/ More...
Public Member Functions | |
Point (int x, int y) | |
bool | Equals (Point other) |
override bool | Equals (object obj) |
override int | GetHashCode () |
override string | ToString () |
Static Public Member Functions | |
static bool | operator== (Point a, Point b) |
static bool | operator!= (Point a, Point b) |
Public Attributes | |
int | X |
int | Y |
Properties | |
static Point | Zero [get] |
XnaGeometry.Point.Point | ( | int | x, |
int | y | ||
) |
bool XnaGeometry.Point.Equals | ( | Point | other | ) |
override bool XnaGeometry.Point.Equals | ( | object | obj | ) |
override int XnaGeometry.Point.GetHashCode | ( | ) |
override string XnaGeometry.Point.ToString | ( | ) |
int XnaGeometry.Point.X |
int XnaGeometry.Point.Y |
|
staticget |