Creates a new 4D vector, uninitialized.
This function creates a new vector with four elements. It can be initialized with the provided values or left uninitialized (i.e., filled with default values).
Optional
Optional array of values to initialize the vector. If not provided, the vector will be initialized with default values.
A new, uninitialized 4D vector.
Creates a new 4D vector, uninitialized.
This function creates a new vector with four elements. It can be initialized with the provided values or left uninitialized (i.e., filled with default values).