#include "fxuInt.h"
Go to the source code of this file.
Functions | |
| void | Fxu_Update (Fxu_Matrix *p, Fxu_Single *pSingle, Fxu_Double *pDouble) |
| FUNCTION DEFINITIONS ///. | |
| void | Fxu_UpdateSingle (Fxu_Matrix *p) |
| void | Fxu_UpdateDouble (Fxu_Matrix *p) |
| void Fxu_Update | ( | Fxu_Matrix * | p, |
| Fxu_Single * | pSingle, | ||
| Fxu_Double * | pDouble ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Updates the matrix after selecting two divisors.]
Description []
SideEffects []
SeeAlso []
Definition at line 57 of file fxuUpdate.c.


| void Fxu_UpdateDouble | ( | Fxu_Matrix * | p | ) |
Function*************************************************************
Synopsis [Updates the matrix after accepting a double cube divisor.]
Description []
SideEffects []
SeeAlso []
Definition at line 219 of file fxuUpdate.c.


| void Fxu_UpdateSingle | ( | Fxu_Matrix * | p | ) |
Function*************************************************************
Synopsis [Updates after accepting single cube divisor.]
Description []
SideEffects []
SeeAlso []
Definition at line 149 of file fxuUpdate.c.

