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