Udostępnij za pośrednictwem


double_3::double_3 — Konstruktor

Domyślny konstruktor, inicjuje wszystkie elementy wartością 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);

Parametry

  • _V0
    Wartość, którą ma być zainicjowany element 0.

  • _V1
    Wartość, którą ma być zainicjowany element 1.

  • _V2
    Wartość, którą ma być zainicjowany element 2.

  • _V
    Wartość dla zainicjowania.

  • _Other
    Obiekt używany do zainicjowania.

Wymagania

Nagłówek: amp_short_vectors.h

Przestrzeń nazw: Concurrency::graphics

Zobacz też

Informacje

double_3 — Klasa