|
| short | Sign (short a, short b) |
| |
| int | Sign (int a, int b) |
| |
| long | Sign (long a, long b) |
| |
| float | Sign (float a, float b) |
| |
| double | Sign (double a, double b) |
| |
| double | Infinity () |
| |
| double | ASin (double) |
| |
| double | ACos (double) |
| |
| double | ATan (double) |
| |
| double | ATan2 (double, double) |
| |
| void | Exception (const char *originOfException, const char *exceptionCode, ExceptionSeverity severity, int level, const char *description) |
| |
| bool | AreEqualAbs (double af, double bf, double epsilon) |
| |
| bool | AreEqualRel (double af, double bf, double relPrec) |
| |
| long | LocMin (long n, const double *a) |
| |
| long | LocMax (long n, const double *a) |
| |
| void | TransformLimits (UVector3 &min, UVector3 &max, const UTransform3D &transformation) |
| |
| double | Random (double min=0.0, double max=1.0) |
| |
| int | SaveVectorToExternalFile (const std::vector< double > &vector, const std::string &filename) |
| |
| int | SaveVectorToExternalFile (const std::vector< UVector3 > &vector, const std::string &filename) |
| |
| int | SaveVectorToExternalFile (const std::vector< int > &vector, const std::string &filename) |
| |
| std::string | ToString (int number) |
| |
| std::string | ToString (double number) |
| |
| int | FileSize (const std::string &filePath) |
| |
| int | StrPos (const std::string &haystack, const std::string &needle) |
| |
| double | GetRadiusInRing (double rmin, double rmax) |
| |
| template<class T > |
| T | sqr (const T &x) |
| |
| bool | StrEnds (std::string const &fullString, std::string const &ending) |
| |