Moka kernel
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
vertex.icc File Reference
#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)
 

Function Documentation

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.

INLINE std::ostream& operator<< ( std::ostream &  AStream,
const CVertex AVertex 
)
Parameters
AStreamLe flot dans lequel afficher le sommet
AVertexLe sommet à afficher
Returns
Le flot utilisé pour l'affichage

Definition at line 279 of file vertex.icc.