Udostępnij za pośrednictwem


float_3::float_3 — Konstruktor

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

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

float_3 — Klasa