#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) |
R3::R3 | ( | ) |
Referenced by operator*(), operator+(), operator-(), operator/(), operator=(), and operator^().
R3::R3 | ( | gp_Pnt | P | ) |
R3::R3 | ( | gp_Vec | V | ) |
R3::R3 | ( | gp_Dir | P | ) |
R3 R3::operator+ | ( | ) | const |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
R R3::x |
Referenced by aptrte(), DansPave(), Max(), Min(), NormeInfinie(), 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[](), R4::operator[](), operator^(), and XY().
R R3::y |
Referenced by aptrte(), DansPave(), Max(), Min(), NormeInfinie(), 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^(), and XY().
R R3::z |
Referenced by aptrte(), DansPave(), Max(), Min(), NormeInfinie(), 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/=(), and operator^().