29 lines
1015 B
C
29 lines
1015 B
C
// **********************************************************************************
|
|
// * "a3i_intb.h" *
|
|
// * Written by : Sébastien Rubens *
|
|
// * Tabulations : 4 char *
|
|
// **********************************************************************************
|
|
#ifndef A3X_INTB_H
|
|
#define A3X_INTB_H
|
|
|
|
#ifndef A3I_INTB_C
|
|
// **********************************************************************************
|
|
// Interpolations computations
|
|
|
|
extern void fn_v_BinInterpolBetweenKeys( tdstBinFrame *_p_stKey1,
|
|
tdstBinFrame *_p_stKey2,
|
|
tdxMatrix33 _a3a3_xMtxOri,
|
|
tdxMatrix33 _a3a3_xMtxSca,
|
|
tdxVector3 _a3_xPosition,
|
|
register SEB_xReal _xT,
|
|
tdxVector3 _a3_xPivotPosition,
|
|
tdxQuater4 _a4_xQuatOri,
|
|
tdxQuater4 _a4_xQuatSca,
|
|
tdxVector3 _a3_xVecSca );
|
|
|
|
|
|
|
|
// **********************************************************************************
|
|
#endif
|
|
|
|
#endif |