webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <Vector.h>
Public Member Functions | |
Vector4 () | |
Vector4 (float x, float y, float z, float w) | |
float * | data () |
const float * | data () const |
Static Public Member Functions | |
static float | length (const Vector4 &vec) |
static float | lengthSquared (const Vector4 &vec) |
static Vector4 | normalize (const Vector4 &vec) |
static float | dot (const Vector4 &a, const Vector4 &b) |
Public Attributes | |
float | x |
float | y |
float | z |
float | w |
Vector4::Vector4 | ( | ) |
Vector4::Vector4 | ( | float | x, |
float | y, | ||
float | z, | ||
float | w | ||
) |
|
inline |
|
inline |
|
static |
|
static |
float Vector4::w |
float Vector4::x |
float Vector4::y |
float Vector4::z |