Vector Initialization Functions
Lists the vector initialization functions.
In this section
| Topic | Description |
|---|---|
|
Returns the zero (false) vector. | |
|
Replicates a floating-point value into all four components of a vector. | |
|
Replicates an integer value into all four components of a vector. | |
|
Replicates an integer value referenced by a pointer, into all four components of a vector. | |
|
Replicates a floating-point value referenced by pointer into all four components of a vector. | |
|
Creates a vector using four floating-point values. | |
|
Creates a vector, each of whose components is either 0.0f or 1.0f. | |
|
Creates a vector with unsigned integer components. | |
|
Creates a vector with identical floating-point components. Each component is a constant divided by two raised to an integer exponent. | |
|
Creates a vector with identical integer components. | |
|
Returns a vector, each of whose components are epsilon (1.192092896e-7). | |
|
Returns a vector, each of whose components are infinity (0x7F800000). | |
|
Returns a vector, each of whose components are one. | |
|
Returns a vector, each of whose components are QNaN (0x7CF00000). | |
|
Returns a vector, each of whose components are the sign mask (0x80000000). | |
|
Returns a vector, each of whose components represents true (0xFFFFFFFF). | |
|
Creates the zero vector. |
Related topics