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