Skip to content

ncarray::Vector3DType

template<typename T>
concept= Vector2DType<T> && requires(T v) {
v.z;
};

Determines an object that has three scalar values x, y, and z.