|
| static float | getModule (const std::vector< int > &v) |
| |
| static float | getModule (const std::vector< float > &v) |
| |
| static float | getModule (const double *vector1) |
| |
| static bool | approximatelyEqual (const double *start1, const double *end, double p) |
| |
| static bool | approximatelyEqual (const double *start1, const float *end, double p) |
| |
| static float | getDistance (const double *start, const double *end) |
| |
| static float | getDistance (const float *start, const float *end) |
| |
| static std::vector< float > * | vectorProduct (const std::vector< float > &v1, const std::vector< float > &v2) |
| |
| static std::vector< float > | getAngles (std::vector< float > &direction) |
| |
| static float | getAngle (const double *vector1, const double *vector2) |
| |
| static float | getDistanceTo (const std::vector< int > &vectorPoint1, const std::vector< float > &vector1, const std::vector< int > *pointOfLine) |
| |
| static float | getDistanceTo (const double *vectorPoint1, std::vector< float > &vector1, const double *pointOfLine) |
| |
| static std::vector< float > | getDirection (std::vector< int > &vectorPoint1, std::vector< int > &vectorPoint2) |
| |
| static std::vector< float > | getDirection (const double *vectorPoint1, const double *vectorPoint2) |
| |
| static std::vector< float > | getDirection (const double *vectorPoint1) |
| |
| static std::vector< float > | getDirection (const float *vectorPoint1) |
| |
static std::vector
< std::vector< int > * > * | GetMagicNumbers () |
| |
| static std::vector< int > * | getPoint (int x, int y, int z) |
| |
| static float | getPt (const double *momentum) |
| |
| static float | getRapidity (const double *momentum) |
| |
| static double * | getPtOnVector (const double *momentum, const float *target) |
| |
| static double | getMissingPt (std::vector< const double * > &vectors, const float *target) |
| |
| static double * | toDoubleArray (const float *target, int size) |
| |
| template<class T > |
| static std::vector< T * > * | MergeVectors (std::vector< T * > *vector1, std::vector< T * > *vector2) |
| |
Definition at line 9 of file MathOperator.hh.