Otter
0.9.8.91
2d Game Development Framework based on SFML.Net
|
Struct for representing a Point. More...
Inherits IEquatable< Point >.
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] |
Struct for representing a Point.