#include <mathutil.h>
|
| static void | Angle_To_Vector (double angle, double &dx, double &dy) |
| |
| static void | Vector_To_Angle (double dx, double dy, double &angle) |
| |
| static double | Simple_Distance (double x1, double y1, double x2, double y2) |
| |
| static int | Round (double arg) |
| |
| static void | Rotate_Vector (double &vx, double &vy, double angle) |
| |
| static double | Get_Uniform_Pdf_Double (double lower, double upper) |
| |
| static double | Get_Normalized_Uniform_Pdf_Double () |
| |
| static int | Get_Uniform_Pdf_Int (int lower, int upper) |
| |
| static double | Get_Hat_Pdf_Double (double lower, double upper) |
| |
| static double | Get_Normalized_Hat_Pdf_Double () |
| |
| static int | Get_Hat_Pdf_Int (int lower, int upper) |
| |
|
| static const double | PI_1 = 3.1415927 |
| |
| static const double | PI_2 = 1.5707963 |
| |
Definition at line 34 of file mathutil.h.
◆ Angle_To_Vector()
| void cMathUtil::Angle_To_Vector |
( |
double | angle, |
|
|
double & | dx, |
|
|
double & | dy ) |
|
static |
◆ Get_Hat_Pdf_Double()
| double cMathUtil::Get_Hat_Pdf_Double |
( |
double | lower, |
|
|
double | upper ) |
|
static |
◆ Get_Hat_Pdf_Int()
| int cMathUtil::Get_Hat_Pdf_Int |
( |
int | lower, |
|
|
int | upper ) |
|
static |
◆ Get_Normalized_Hat_Pdf_Double()
| double cMathUtil::Get_Normalized_Hat_Pdf_Double |
( |
| ) |
|
|
static |
◆ Get_Normalized_Uniform_Pdf_Double()
| double cMathUtil::Get_Normalized_Uniform_Pdf_Double |
( |
| ) |
|
|
static |
◆ Get_Uniform_Pdf_Double()
| double cMathUtil::Get_Uniform_Pdf_Double |
( |
double | lower, |
|
|
double | upper ) |
|
static |
◆ Get_Uniform_Pdf_Int()
| int cMathUtil::Get_Uniform_Pdf_Int |
( |
int | lower, |
|
|
int | upper ) |
|
static |
◆ Rotate_Vector()
| void cMathUtil::Rotate_Vector |
( |
double & | vx, |
|
|
double & | vy, |
|
|
double | angle ) |
|
static |
◆ Round()
| int cMathUtil::Round |
( |
double | arg | ) |
|
|
static |
◆ Simple_Distance()
| double cMathUtil::Simple_Distance |
( |
double | x1, |
|
|
double | y1, |
|
|
double | x2, |
|
|
double | y2 ) |
|
static |
◆ Vector_To_Angle()
| void cMathUtil::Vector_To_Angle |
( |
double | dx, |
|
|
double | dy, |
|
|
double & | angle ) |
|
static |
◆ PI_1
| const double cMathUtil::PI_1 = 3.1415927 |
|
static |
◆ PI_2
| const double cMathUtil::PI_2 = 1.5707963 |
|
static |
The documentation for this class was generated from the following files: