96 #define _MATHUTIL_H_DEPRECATED
void blVecAdd3(VEC3F *Out, VEC3F In1, VEC3F In2)
ULONG blFactdiv(int n1, int n2)
Redirect calls to deprecated functions.
REAL blPointLineDistance(REAL Px, REAL Py, REAL Pz, REAL P1x, REAL P1y, REAL P1z, REAL P2x, REAL P2y, REAL P2z, REAL *Rx, REAL *Ry, REAL *Rz, REAL *frac)
void blCrossProd3(VEC3F *Out, VEC3F In1, VEC3F In2)
REAL blPearson(REAL *x, REAL *y, int NItem)
REAL blDistPtLine(VEC3F Point, VEC3F End1, VEC3F End2)
BOOL blIsPrime(ULONG input)
void blVecSub3(VEC3F *Out, VEC3F In1, VEC3F In2)
REAL blPearson1(REAL *x, REAL *y, int NItem)
void blCalcSD(REAL val, int action, REAL *mean, REAL *SD)
System-type variable type definitions.
Type definitions for maths.
ULONG blNComb(int n, int r)
ULONG blFindNextPrime(ULONG input, BOOL above)
ULONG blNPerm(int n, int r)
void blCalcExtSD(REAL val, int action, REAL *Sx, REAL *SxSq, int *NValues, REAL *mean, REAL *SD)
REAL blVecLen3(VEC3F Vec)