Classe float_2
Representa um vetor curto de dois floats.
Sintaxe
class float_2;
Membros
Typedefs públicos
Nome | Descrição |
---|---|
value_type |
Construtores públicos
Nome | Descrição |
---|---|
Construtor float_2 | Sobrecarregado. Construtor padrão, inicializa todos os elementos com 0. |
Métodos públicos
Nome | Descrição |
---|---|
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 |
Operadores públicos
Nome | Descrição |
---|---|
float_2::operator- | |
float_2::operator-- | |
float_2::operator*= | |
float_2::operator/= | |
float_2::operator++ | |
float_2::operator+= | |
float_2::operator= | |
float_2::operator-= |
Constantes públicas
Nome | Descrição |
---|---|
Constante size |
Membros de Dados Públicos
Nome | Descrição |
---|---|
float_2::g | |
float_2::gr | |
float_2::r | |
float_2::rg | |
float_2::x | |
float_2::xy | |
float_2::y | |
float_2::yx |
Hierarquia de herança
float_2
Requisitos
Cabeçalho: amp_short_vectors.h
Namespace: Concurrency::graphics
float_2
Construtor padrão, inicializa todos os elementos com 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);
Parâmetros
_V0
O valor para inicializar o elemento 0.
_V1
O valor para inicializar o elemento 1.
_V
O valor para inicialização.
_Other
O objeto usado para inicializar.
tamanho
static const int size = 2;