14#include "arcane/utils/Real2.h" 
   15#include "arcane/utils/Iostream.h" 
   37print(std::ostream& o)
 const 
 
   49  o << 
'(' << 
x << 
',' << 
y << 
')';
 
 
std::ostream & printXy(std::ostream &o) const
Ecrit le couple sur le flot o sous la forme (x,y)
std::ostream & print(std::ostream &o) const
Ecrit le couple sur le flot o lisible par un assign()
constexpr __host__ __device__ Real2 & assign(Real ax, Real ay)
Affecte à l'instance le couple (ax,ay,az)
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
Real y
deuxième composante du couple
Real x
première composante du couple