UNIVERS
15.3
UNIVERS base processing software API
|
This is the complete list of members for UBaseMath, including all inherited members.
compositionMul(double x1, double y1, double z1, double x2, double y2, double z2, double x3, double y3, double z3) | UBaseMath | static |
fiazr2xyz(double f, double az, double r, double &px, double &py, double &pz) | UBaseMath | static |
gauss(const std::vector< std::vector< double > > &LN, const std::vector< double > &P, std::vector< double > &x) | UBaseMath | static |
getLineCoeffs(double x1, double y1, double x2, double y2, double &k, double &b) | UBaseMath | static |
isInf(const T &t) (defined in UBaseMath) | UBaseMath | inlinestatic |
isNAN(const T &t) (defined in UBaseMath) | UBaseMath | inlinestatic |
m_d_prec | UBaseMath | static |
matrix2vec4x4Mul(const double(&m)[4][4], const double(&u)[4], double(&v)[4], bool tr=false) | UBaseMath | static |
matrix4x4Mul(const double(&m1)[4][4], const double(&m2)[4][4], double(&m3)[4][4], bool tr1=false, bool tr2=false) | UBaseMath | static |
scalarMul(double x1, double y1, double z1, double x2, double y2, double z2) | UBaseMath | static |
solveSquareEq(double a, double b, double c, double &x1, double &x2) | UBaseMath | static |
vec2matrix4x4Mul(const double(&u)[4], const double(&m)[4][4], double(&v)[4], bool tr=false) | UBaseMath | static |
xyz2fiazr(double px, double py, double pz, double &f, double &az, double &r) | UBaseMath | static |