#include "math-extension.hh"
#include "inline-macro.hh"
#include <iostream>
Go to the source code of this file.
Classes | |
class | CVertex |
Functions | |
CVertex | operator* (TCoordinate ACoef, const CVertex &AVertex) |
std::ostream & | operator<< (std::ostream &AStream, const CVertex &AVertex) |
Variables | |
static const CVertex | ORIGIN (0, 0, 0) |
static const CVertex | OX (1, 0, 0) |
static const CVertex | OY (0, 1, 0) |
static const CVertex | OZ (0, 0, 1) |
static const CVertex | BASE [3] = { OX, OY, OZ } |
CVertex operator* | ( | TCoordinate | ACoef, | |
const CVertex & | AVertex | |||
) |
Calcule le produit d'un vecteur par une constante, lorsque la constante est membre gauche de la multiplication.
Definition at line 273 of file vertex.icc.
std::ostream& operator<< | ( | std::ostream & | AStream, | |
const CVertex & | AVertex | |||
) |
AStream | Le flot dans lequel afficher le sommet | |
AVertex | Le sommet à afficher |
Definition at line 279 of file vertex.icc.