Built-Ins
Functions
MISSING |
|
Returns |
|
MISSING |
|
MISSING |
|
MISSING |
|
Returns |
|
Returns 1 if the most significant bit in all components of x is set; otherwise returns 0. |
|
Returns 1 if the most significant bit in any component of x is set; otherwise returns 0. |
|
MISSING |
|
MISSING |
|
MISSING |
|
MISSING |
|
MISSING |
|
MISSING |
|
MISSING |
|
MISSING |
|
Each bit of the result is the corresponding bit of a if the corresponding bit of c is 0. |
|
MISSING |
|
MISSING |
|
MISSING |
|
Returns the number of leading 0-bits in |
|
MISSING |
|
MISSING |
|
MISSING |
|
MISSING |
|
Returns the cross product of p0.xyz and p1.xyz. |
|
Converts radians to degrees, i.e. |
|
Returns the distance between p0 and p1. |
|
MISSING |
|
Compute dot product. |
|
MISSING |
|
MISSING |
|
MISSING |
|
MISSING |
|
MISSING |
|
MISSING |
|
MISSING |
|
Returns f ast |
|
Returns the length of vector p computed as: |
|
Returns a vector in the same direction as p but with a length of 1. fast_normalize is computed as: |
|
MISSING |
|
MISSING |
|
MISSING |
|
MISSING |
|
MISSING |
|
MISSING |
|
MISSING |
|
MISSING |
|
Returns |
|
MISSING |
|
MISSING |
|
Returns the component-wise compare of |
|
Test for finite value. |
|
Returns the component-wise compare of |
|
Returns the component-wise compare of |
|
Test for infinity value (positive or negative). |
|
Returns the component-wise compare of |
|
Returns the component-wise compare of |
|
Returns the component-wise compare of |
|
Test for a NaN. |
|
Test for a normal value. |
|
Returns the component-wise compare of |
|
Test if arguments are ordered. |
|
Test if arguments are unordered. |
|
MISSING |
|
Return the length of vector p, i.e. |
|
MISSING |
|
MISSING |
|
MISSING |
|
MISSING |
|
MISSING |
|
MISSING |
|
MISSING |
|
MISSING |
|
Multipy two 24-bit integer values |
|
Returns |
|
Returns |
|
MISSING |
|
MISSING |
|
MISSING |
|
MISSING |
|
MISSING |
|
Returns the linear blend of x&y implemented as: x + (y - x) * a. a must be a value in the range |
|
MISSING |
|
Multiply two 24-bit integer values |
|
Computes |
|
MISSING |
|
MISSING |
|
Returns a vector in the same direction as p but with a length of 1. |
|
Returns the number of non-zero bits in |
|
MISSING |
|
MISSING |
|
MISSING |
|
Converts degrees to radians, i.e. |
|
MISSING |
|
MISSING |
|
MISSING |
|
Returns |
|
MISSING |
|
MISSING |
|
For each element in v, the bits are shifted left by the number of bits given by the corresponding element in i (subject to usual shift modulo rules described in section 6.3). |
|
MISSING |
|
MISSING |
|
MISSING |
|
Returns 1.0 if x > 0, -0.0 if x = -0.0, +0.0 if x = +0.0, or -1.0 if x < 0. Returns 0.0 if x is a NaN. |
|
Test for sign bit. The scalar version of the function returns a 1 if the sign bit in the float is set else returns 0. |
|
MISSING |
|
MISSING |
|
MISSING |
|
MISSING |
|
Returns 0.0 if |
|
MISSING |
|
Returns 0.0 if |
|
Returns |
|
MISSING |
|
MISSING |
|
MISSING |
|
MISSING |
|
MISSING |
|
MISSING |
|
Returns |