double_2 类
表示 2 double 的短向量。
语法
class double_2;
成员
公共 Typedef
名称 | 描述 |
---|---|
value_type |
公共构造函数
名称 | 描述 |
---|---|
double_2 构造函数 | 已重载。 默认构造函数,使用 0 初始化所有元素。 |
公共方法
名称 | 描述 |
---|---|
double_2::get_x | |
double_2::get_xy | |
double_2::get_y | |
double_2::get_yx | |
double_2::ref_g | |
double_2::ref_r | |
double_2::ref_x | |
double_2::ref_y | |
double_2::set_x | |
double_2::set_xy | |
double_2::set_y | |
double_2::set_yx |
公共运算符
“属性” | 描述 |
---|---|
double_2::operator- | |
double_2::operator-- | |
double_2::operator*= | |
double_2::operator/= | |
double_2::operator++ | |
double_2::operator+= | |
double_2::operator= | |
double_2::operator-= |
公共常量
“属性” | 描述 |
---|---|
double_2::size 常量 |
公共数据成员
“属性” | 描述 |
---|---|
double_2::g | |
double_2::gr | |
double_2::r | |
double_2::rg | |
double_2::x | |
double_2::xy | |
double_2::y | |
double_2::yx |
继承层次结构
double_2
要求
标头:amp_short_vectors.h
命名空间:Concurrency::graphics
double_2
默认构造函数,使用 0 初始化所有元素。
double_2() restrict(amp,
cpu);
double_2(
double _V0,
double _V1) restrict(amp,
cpu);
double_2(
double _V) restrict(amp,
cpu);
double_2(
const double_2& _Other) restrict(amp,
cpu);
explicit inline double_2(
const uint_2& _Other) restrict(amp,
cpu);
explicit inline double_2(
const int_2& _Other) restrict(amp,
cpu);
explicit inline double_2(
const float_2& _Other) restrict(amp,
cpu);
explicit inline double_2(
const unorm_2& _Other) restrict(amp,
cpu);
explicit inline double_2(
const norm_2& _Other) restrict(amp,
cpu);
参数
_V0
要初始化元素 0 的值。
_V1
要初始化元素 1 的值。
_V
初始化的值。
_Other
用于初始化的对象。
大小
static const int size = 2;