Constructor HalfVector4
HalfVector4(Vector4)
Constructor
Declaration
public HalfVector4(Vector4 vector4)
Parameters
Type | Name | Description |
---|---|---|
Vector4 | vector4 | The initial axial values (converted to half floats) when instantiated. |
HalfVector4(float, float, float, float)
Constructor
Declaration
public HalfVector4(float x, float y, float z, float w)
Parameters
Type | Name | Description |
---|---|---|
float | x | The initial x axis (converted to half float) value when instantiated. |
float | y | The initial y axis (converted to half float) value when instantiated. |
float | z | The initial z axis (converted to half float) value when instantiated. |
float | w | The initial w axis (converted to half float) value when instantiated. |