float4 Struct Reference

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...
 

Detailed Description

Represents a 4D vector of floats for use on both the CPU and GPU.

Variables

◆ x

float x

The x component of the float4.

◆ y

float y

the y component of the float4.

◆ z

float z

the z component of the float4.

◆ w

float w

The w component of the float4.