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