#include <Vector3.h>
Public Member Functions | |
Vector4 (float v) | |
Vector4 (float _x, float _y, float _z, float _w) | |
Vector3 | getXYZ () |
Static Public Member Functions | |
static Vector4 | operator* (Vector4 v, float f) |
static Vector4 | operator/ (Vector4 v, float f) |
static Vector4 | operator+ (Vector4 v, Vector4 v2) |
static Vector4 | operator- (Vector4 v, Vector4 v2) |
static Vector4 | operator- (Vector4 v) |
Public Attributes | |
float | x |
float | y |
float | z |
float | w |
SharpKmyMath::Vector4::Vector4 | ( | float | v | ) |
SharpKmyMath::Vector4::Vector4 | ( | float | _x, |
float | _y, | ||
float | _z, | ||
float | _w | ||
) |
Vector3 SharpKmyMath::Vector4::getXYZ | ( | ) |
float SharpKmyMath::Vector4::w |
float SharpKmyMath::Vector4::x |
float SharpKmyMath::Vector4::y |
float SharpKmyMath::Vector4::z |