ncarray::Vector4DType
ncarray::Vector4DType
Section titled “ncarray::Vector4DType”Definition
Section titled “Definition”template<typename T>concept= Vector3DType<T> && requires(T v) { v.w; };Detailed Description
Section titled “Detailed Description”Determines an object that has four scalar values x, y, z, and w.