Build a Vec with specified component type T and size deducted from arguments.
Build a Vec with specified size and type deducted from arguments
Check whether VecT is a Vec of size N
Build a Vec whose component type and size is deducted from arguments.
Vector cross product
Compute the dot product of two vectors.
Check whether VecT is a Vec
Check whether VecT is a Vec of size N
Compute the magnitude of a vector. This is not to be confused with length which gives the number of components.
Compute the normalization of a vector.
Compute the squared magnitude of a vector.
Build a Vec with specified component type T and size deducted from arguments.
Build a Vec with specified size and type deducted from arguments
Vector linear algebra module