float_2 クラス
2 個の浮動小数点数の short ベクターを表します。
構文
class float_2;
メンバー
パブリック typedef
名前 | 説明 |
---|---|
value_type |
パブリック コンストラクター
名前 | 説明 |
---|---|
float_2 コンストラクター | 過負荷です。 既定のコンストラクター。すべての要素を 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
初期化に使用されるオブジェクト。
size
static const int size = 2;