#include <gandalf/linalg/4x4matrix.h>
Go to the source code of this file.
Defines | |
#define | GAN_MAT_NORMALISE gan_mat44_normalize |
#define | GAN_MATT_NORMALISE gan_mat44T_normalize |
#define | GAN_MATTYPE Gan_Matrix44 |
#define | GAN_SQUMATTYPE Gan_SquMatrix44 |
Functions | |
Gan_Bool | gan_mat44_normalize (Gan_Matrix44 *B, int n, double term_threshold, int max_iterations, Gan_SquMatrix44 *Lp) |
Normalize array of 4x4 matrices to identity inertia moment. | |
Gan_Bool | gan_mat44T_normalize (Gan_Matrix44 *B, int n, double term_threshold, int max_iterations, Gan_SquMatrix44 *Lp) |
Normalize array of 4x4 matrices to identity inertia moment. |
Part of: Gandalf Library