#include <inter-smooth-diver.hh>
Definition at line 449 of file inter-smooth-diver.hh.
INLINE CMesh2SmoothingDiver::CMesh2SmoothingDiver |
( |
int |
ASx, |
|
|
int |
ASy, |
|
|
const CTransformationMatrix & |
AMethod, |
|
|
const CVertex ** |
AControlPoints |
|
) |
| |
Constructeur
- Parameters
-
ASx | Le nombre de subdivisions selon la première dimension |
ASy | Le nombre de subdivisions selon la deuxième dimension |
AMethod | Une matrice 4*4 (HERMITE, BEZIER, ...) |
AControlPoints | Un tableau de 4*4 points de contrôle |
Definition at line 290 of file inter-smooth-diver.icc.
INLINE CMesh2SmoothingDiver::~CMesh2SmoothingDiver |
( |
| ) |
|
|
virtual |
INLINE CVertex CMesh2SmoothingDiver::computeCurrentVertex |
( |
| ) |
const |
|
virtual |
Calcule le plongement du sommet courant du maillage. Le sommet courant est positionné à l'aide des méthodes 'setIx' et 'setIy'.
Definition at line 604 of file inter-smooth-diver.icc.
INLINE void CMesh2SmoothingDiver::setIx |
( |
int |
AIx | ) |
|
|
virtual |
- Parameters
-
La | position courante sur le maillage selon la 1ère dimension. 0 <= AIx <= getSx() |
Definition at line 574 of file inter-smooth-diver.icc.
INLINE void CMesh2SmoothingDiver::setIy |
( |
int |
AIy | ) |
|
|
virtual |
- Parameters
-
La | position courante sur le maillage selon la 2ème dimension. 0 <= AIy <= getSy() |
Definition at line 584 of file inter-smooth-diver.icc.
const CTransformationMatrix* CMesh2SmoothingDiver::FMethod |
|
protected |
The documentation for this class was generated from the following files: