Compartilhar via


Construtor de float_3::float_3

Construtor padrão, inicializa todos os elementos com 0.

float_3() restrict(amp,cpu);
float_3(
   float _V0,
   float _V1,
   float _V2
) restrict(amp,cpu);
float_3(
   float _V
) restrict(amp,cpu);
float_3(
   const float_3& _Other
) restrict(amp,cpu);
explicit inline float_3(
   const uint_3& _Other
) restrict(amp,cpu);
explicit inline float_3(
   const int_3& _Other
) restrict(amp,cpu);
explicit inline float_3(
   const unorm_3& _Other
) restrict(amp,cpu);
explicit inline float_3(
   const norm_3& _Other
) restrict(amp,cpu);
explicit inline float_3(
   const double_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

Consulte também

Referência

Classe float_3