![]() |
|
Public Member Functions | |
| Vector2 (float v) | |
| Vector2 (float _x, float _y) | |
Static Public Member Functions | |
| static Vector2 | operator+ (Vector2 v, Vector2 v2) |
| static Vector2 | operator- (Vector2 v, Vector2 v2) |
| static Vector2 | operator/ (Vector2 v, float f) |
| static Vector2 | operator* (Vector2 v, float f) |
| static Vector2 | operator- (Vector2 v) |
Public Attributes | |
| float | x |
| float | y |
| SharpKmyMath.Vector2.Vector2 | ( | float | v | ) |
| SharpKmyMath.Vector2.Vector2 | ( | float | _x, |
| float | _y | ||
| ) |
| float SharpKmyMath.Vector2.x |
| float SharpKmyMath.Vector2.y |