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

Function Documentation

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 
)
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.