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)
constexpr ARCCORE_HOST_DEVICE Real2 & assign(Real ax, Real ay)
Affecte à l'instance le couple (ax,ay,az)
std::ostream & print(std::ostream &o) const
Ecrit le couple sur le flot o lisible par un assign()
-*- 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