Represents a 4D vector of floats for use on both the CPU and GPU. More...
Attributes | |
float | x |
The x component of the float4. More... | |
float | y |
the y component of the float4. More... | |
float | z |
the z component of the float4. More... | |
float | w |
The w component of the float4. More... | |
Represents a 4D vector of floats for use on both the CPU and GPU.
float x |
The x component of the float4.
float y |
the y component of the float4.
float z |
the z component of the float4.
float w |
The w component of the float4.