Moka kernel
|
#include <cassert>
#include <cmath>
Go to the source code of this file.
Functions | |
INLINE CVertex | operator* (TCoordinate ACoef, const CVertex &AVertex) |
INLINE std::ostream & | operator<< (std::ostream &AStream, const CVertex &AVertex) |
INLINE 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.
AStream | Le flot dans lequel afficher le sommet |
AVertex | Le sommet à afficher |
Definition at line 279 of file vertex.icc.