short_vector 結構
short_vector提供中繼程序設計定義,這對於一般程序設計短向量很有用。
語法
template<
typename _Scalar_type,
int _Size
>
struct short_vector;
template<>
struct short_vector<unsigned int, 1>;
template<>
struct short_vector<unsigned int, 2>;
template<>
struct short_vector<unsigned int, 3>;
template<>
struct short_vector<unsigned int, 4>;
template<>
struct short_vector<int, 1>;
template<>
struct short_vector<int, 2>;
template<>
struct short_vector<int, 3>;
template<>
struct short_vector<int, 4>;
template<>
struct short_vector<float, 1>;
template<>
struct short_vector<float, 2>;
template<>
struct short_vector<float, 3>;
template<>
struct short_vector<float, 4>;
template<>
struct short_vector<unorm, 1>;
template<>
struct short_vector<unorm, 2>;
template<>
struct short_vector<unorm, 3>;
template<>
struct short_vector<unorm, 4>;
template<>
struct short_vector<norm, 1>;
template<>
struct short_vector<norm, 2>;
template<>
struct short_vector<norm, 3>;
template<>
struct short_vector<norm, 4>;
template<>
struct short_vector<double, 1>;
template<>
struct short_vector<double, 2>;
template<>
struct short_vector<double, 3>;
template<>
struct short_vector<double, 4>;
參數
_Scalar_type
_大小
成員
公用 Typedefs
名稱 | 描述 |
---|---|
type |
公用建構函式
名稱 | 描述 |
---|---|
short_vector::short_vector 建構函式 |
繼承階層架構
short_vector
需求
標頭: amp_short_vectors.h
Namespace: Concurrency::graphics
short_vector::short_vector 建構函式
short_vector();