Construtor de double_3::double_3
Construtor padrão, inicializa todos os elementos com 0.
double_3() restrict(amp, cpu);
double_3(
double _V0,
double _V1,
double _V2
) restrict(amp, cpu);
double_3(
double _V
) restrict(amp, cpu);
double_3(
const double_3& _Other
) restrict(amp, cpu);
explicit inline double_3(
const uint_3& _Other
) restrict(amp, cpu);
explicit inline double_3(
const int_3& _Other
) restrict(amp, cpu);
explicit inline double_3(
const float_3& _Other
) restrict(amp, cpu);
explicit inline double_3(
const unorm_3& _Other
) restrict(amp, cpu);
explicit inline double_3(
const norm_3& _Other
) restrict(amp, cpu);
Parâmetros
_V0
O valor para inicializar o elemento 0._V1
O valor para inicializar o elemento 1._V2
O valor para inicializar o elemento 2._V
O valor para inicialização._Other
O objeto usado para inicializar.
Requisitos
Cabeçalho: amp_short_vectors.h
Namespace: Concurrency::graphics