![]() |
Superfighters Deluxe
|
Public Member Functions | |
Point (int x, int y) | |
Constructs a new Point More... | |
override bool | Equals (object obj) |
Compares if the components in two points match More... | |
bool | Equals (Vector2 other) |
Compares if the components in two points match More... | |
override int | GetHashCode () |
override string | ToString () |
Static Public Member Functions | |
static bool | operator!= (Point value1, Point value2) |
static bool | operator== (Point value1, Point value2) |
Properties | |
int | X [get] |
Gets the X component More... | |
int | Y [get] |
Gets the Y component More... | |
override bool Equals | ( | object | obj | ) |
Compares if the components in two points match
obj |
bool Equals | ( | Vector2 | other | ) |
Compares if the components in two points match
other |
override int GetHashCode | ( | ) |
override string ToString | ( | ) |
|
get |
Gets the X component
|
get |
Gets the Y component