SALOME - SMESH
|
#include <Rn.h>
Public Member Functions | |
R2 () | |
R2 (R a, R b) | |
R2 (R2 A, R2 B) | |
R2 | operator+ (R2 P) const |
R2 | operator+= (R2 P) |
R2 | operator- (R2 P) const |
R2 | operator-= (R2 P) |
R2 | operator- () const |
R2 | operator+ () const |
R | operator, (R2 P) const |
R | operator^ (R2 P) const |
R2 | operator* (R c) const |
R2 | operator*= (R c) |
R2 | operator/ (R c) const |
R2 | operator/= (R c) |
R & | operator[] (int i) |
R2 | orthogonal () |
Data Fields | |
R | x |
R | y |
Friends | |
std::ostream & | operator<< (std::ostream &f, const R2 &P) |
std::istream & | operator>> (std::istream &f, R2 &P) |
std::ostream & | operator<< (std::ostream &f, const R2 *P) |
std::istream & | operator>> (std::istream &f, R2 *P) |
R2 | operator* (R c, R2 P) |
R2::R2 | ( | ) |
Definition at line 102 of file Rn.h.
Referenced by operator*(), operator+(), operator-(), operator/(), orthogonal(), and XY().
R2 R2::operator- | ( | ) | const |
R2 R2::orthogonal | ( | ) |
|
friend |
|
friend |
R R2::x |
Definition at line 100 of file Rn.h.
Referenced by Angle2d(), NormeInfinie(), R4::operator*(), R4::operator*=(), operator+(), R4::operator+(), operator+=(), R4::operator+=(), operator,(), R4::operator,(), operator-(), R4::operator-(), operator-=(), R4::operator-=(), R4::operator/(), R4::operator/=(), R4::operator[](), and operator^().
R R2::y |
Definition at line 100 of file Rn.h.
Referenced by Angle2d(), NormeInfinie(), R4::operator*(), R4::operator*=(), operator+(), R4::operator+(), operator+=(), R4::operator+=(), operator,(), R4::operator,(), operator-(), R4::operator-(), operator-=(), R4::operator-=(), R4::operator/(), R4::operator/=(), and operator^().