Searched defs:Vector4F (Results 1 – 1 of 1) sorted by relevance
68 struct Vector4F { struct69 Vector4F(float xF, float yF, float zF, float wF) : x(xF), y(yF), z(zF), w(wF) {} in Vector4F() argument76 float x = 0.0f;77 float y = 0.0f;78 float z = 0.0f;79 float w = 0.0f;