#include <Rn.h>
Public Member Functions | |
R3 () | |
R3 (R a, R b, R c) | |
R3 (R3 A, R3 B) | |
R3 (gp_Pnt P) | |
R3 (gp_Vec V) | |
R3 (gp_Dir P) | |
R3 | operator+ (R3 P) const |
R3 | operator+= (R3 P) |
R3 | operator- (R3 P) const |
R3 | operator-= (R3 P) |
R3 | operator- () const |
R3 | operator+ () const |
R | operator, (R3 P) const |
R3 | operator^ (R3 P) const |
R3 | operator* (R c) const |
R3 | operator*= (R c) |
R3 | operator/ (R c) const |
R3 | operator/= (R c) |
R & | operator[] (int i) |
R3 | operator= (gp_Pnt P) |
R3 | operator= (gp_Dir P) |
bool | DansPave (R3 &xyzMin, R3 &xyzMax) |
Data Fields | |
R | x |
R | y |
R | z |
Friends | |
std::ostream & | operator<< (std::ostream &f, const R3 &P) |
std::istream & | operator>> (std::istream &f, R3 &P) |
std::ostream & | operator<< (std::ostream &f, const R3 *P) |
std::istream & | operator>> (std::istream &f, R3 *P) |
R3 | operator* (R c, R3 P) |
gp_Pnt | gp_pnt (R3 xyz) |
gp_Dir | gp_dir (R3 xyz) |
Definition at line 128 of file Rn.h.
R3.R3 | ( | ) |
Definition at line 143 of file Rn.h.
Referenced by operator*(), operator+(), operator-(), operator/(), operator=(), and operator^().
R3 R3.operator- | ( | ) | const |
R3 R3.operator= | ( | gp_Pnt | P | ) |
R3 R3.operator= | ( | gp_Dir | P | ) |
std::ostream& operator<< | ( | std::ostream & | f, | |
const R3 & | P | |||
) | [friend] |
std::ostream& operator<< | ( | std::ostream & | f, | |
const R3 * | P | |||
) | [friend] |
Definition at line 141 of file Rn.h.
Referenced by DansPave(), Max(), Min(), NormeInfinie(), R4.operator*(), operator*(), R4.operator*=(), operator*=(), R4.operator+(), operator+(), R4.operator+=(), operator+=(), R4.operator,(), operator,(), R4.operator-(), operator-(), R4.operator-=(), operator-=(), R4.operator/(), operator/(), R4.operator/=(), operator/=(), R4.operator[](), operator[](), operator^(), and XY().
Definition at line 141 of file Rn.h.
Referenced by DansPave(), Max(), Min(), NormeInfinie(), R4.operator*(), operator*(), R4.operator*=(), operator*=(), R4.operator+(), operator+(), R4.operator+=(), operator+=(), R4.operator,(), operator,(), R4.operator-(), operator-(), R4.operator-=(), operator-=(), R4.operator/(), operator/(), R4.operator/=(), operator/=(), operator^(), and XY().
Definition at line 141 of file Rn.h.
Referenced by DansPave(), Max(), Min(), NormeInfinie(), R4.operator*(), operator*(), R4.operator*=(), operator*=(), R4.operator+(), operator+(), R4.operator+=(), operator+=(), R4.operator,(), operator,(), R4.operator-(), operator-(), R4.operator-=(), operator-=(), R4.operator/(), operator/(), R4.operator/=(), operator/=(), and operator^().