Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
Public Member Functions | |
Float2 (float value) | |
Float2 (float x, float y) | |
double | GetMagnitude () |
float | Dot (Float2 other) |
Float2 | Cross (Float2 other) |
override string | ToString () |
Static Public Member Functions | |
static Float2 | operator+ (Float2 a) |
static Float2 | operator- (Float2 a) |
static Float2 | operator+ (Float2 a, Float2 b) |
static Float2 | operator- (Float2 a, Float2 b) |
static Float2 | operator* (Float2 a, float b) |
static Float2 | operator/ (Float2 a, float b) |
static implicit | operator string (Float2 vec) |
Public Attributes | |
float | x |
float | y |