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