Vector4Extensions.SetUniformly
Extension Method in Vector4Extensions
Declaration
public static Vector4 SetUniformly(this Vector4 vector, float value)Description
Sets all components of the vector to the given value.
Parameters
| vector | The vector to set. |
| value | The uniform component value. |
Returns
| Vector4 | A new vector with the uniform component value. |