#include "math-extension.hh"
#include "vertex.hh"
#include "inline-macro.hh"
#include <iostream>
Go to the source code of this file.
Classes | |
class | CTransformationMatrix |
Functions | |
std::ostream & | operator<< (std::ostream &AStream, const CTransformationMatrix &AMatrix) |
Variables | |
const CTransformationMatrix | COONS |
const CTransformationMatrix | HERMITE |
const CTransformationMatrix | BEZIER |
const CTransformationMatrix | OVERHAUSER |
const CTransformationMatrix | SPLINE |
std::ostream& operator<< | ( | std::ostream & | AStream, | |
const CTransformationMatrix & | AMatrix | |||
) |
AStream | Le flot dans lequel afficher la matrice | |
AMatrix | La matrice à afficher |
Definition at line 470 of file transformation-matrix.icc.
const CTransformationMatrix BEZIER |
const CTransformationMatrix COONS |
const CTransformationMatrix HERMITE |
const CTransformationMatrix SPLINE |