query if any entry is inf
query if any entry is nan
query if all entries are not nan and not inf
Pre-defined vector types
Vector cross product
Distance between two vectors
Vector dot product
Flip the Vector N based on an incident vector I and a reference Vector Nref
Vector length floating point valueType
Vector normalize
Reflect the Vector I on a plane with normal N The normal N must already to be normalized
For the incident vector I and surface normal N, and the ratio of indices of refraction eta, return the refraction vector The input parameters for the incident vector I and the surface normal N must already be normalized
Base template for all vector-types.
If T is a vector, this evaluates to true, otherwise false
dlsl.vector