|
| float4 (float x) |
|
| float4 (float x, float y, float z, float w) |
|
| float4 (const float3 &xyz, float w) |
|
| float4 (float x, const float3 &yzw) |
|
| float4 (const float2 &xy, float z, float w) |
|
| float4 (float x, const float2 &yz, float w) |
|
| float4 (float x, float y, const float2 &zw) |
|
| float4 (const float2 &xy, const float2 &zw) |
|
bool | operator== (const float4 &other) const |
|
bool | operator!= (const float4 &other) const |
|
float | operator[] (size_t i) const |
|
float & | operator[] (size_t i) |
|
float4 & | operator+= (const float4 &a) |
|
float4 & | operator-= (const float4 &a) |
|
float4 & | operator*= (float a) |
|
float4 & | operator*= (const float4 &a) |
|
|
union { |
struct { |
float x |
|
float y |
|
float z |
|
float w |
|
} | |
|
float values [4] |
|
}; | |
|
The documentation for this struct was generated from the following file: