|
LRAUV
revA
|
This is the complete list of members for AuvMath, including all inherited members.
| AreaContains(float x, float y, int segments, float *x0, float *y0, float *x1, float *y1) | AuvMath | static |
| AzimuthAndElevationToUnitVector(float &azimuth, float &elevation, Point3D &uhat) | AuvMath | static |
| BulkModulus(double salinity, double temperature, double pressure) | AuvMath | static |
| DEG_TO_RAD | AuvMath | static |
| Density(double salinity, double temperature, double pressure) | AuvMath | static |
| FindLtEqIndex(const T *values, const T &value, const unsigned int indexMin, const unsigned int indexMax) | AuvMath | static |
| FlipEndian(T value) | AuvMath | static |
| FlipEndian(uint8_t value) | AuvMath | |
| FlipEndian(int8_t value) | AuvMath | |
| FlipEndian(uint16_t value) | AuvMath | |
| FlipEndian(int16_t value) | AuvMath | |
| FlipEndian(uint32_t value) | AuvMath | |
| FlipEndian(int32_t value) | AuvMath | |
| FlipEndian(uint64_t value) | AuvMath | |
| FlipEndian(int64_t value) | AuvMath | |
| FlipEndian(float value) | AuvMath | |
| FlipEndian(double value) | AuvMath | |
| InLimit(const T &value, const T &limit1, const T &limit2) | AuvMath | static |
| Interpolate1D(const T &x, const T &data0, const T &data1, const T &x0, const T &x1) | AuvMath | static |
| Interpolate2D(const T &x, const T &y, T data[][2], const T &x0, const T &x1, const T &y0, const T &y1) | AuvMath | static |
| Interpolate3D(const T &x, const T &y, const T &z, T data[][2][2], const T &x0, const T &x1, const T &y0, const T &y1, const T &z0, const T &z1) | AuvMath | static |
| Interpolate4D(const T &w, const T &x, const T &y, const T &z, T data[][2][2][2], const T &w0, const T &w1, const T &x0, const T &x1, const T &y0, const T &y1, const T &z0, const T &z1) | AuvMath | static |
| Limit(const T &value, const T &limit1, const T &limit2) | AuvMath | static |
| Max(const T &a, const T &b) | AuvMath | inlinestatic |
| Min(const T &a, const T &b) | AuvMath | inlinestatic |
| ModPi(const T &angle) | AuvMath | static |
| NanZero(const T &value) | AuvMath | static |
| OceanDepth(const double &pressure, const double &latitude) | AuvMath | static |
| OceanPressure(const double &depth, const double &latitude) | AuvMath | static |
| RAD_TO_DEG | AuvMath | static |
| Round(const T &value, const T &divisor) | AuvMath | static |
| ShellSort(T array[], int arraySize) | AuvMath | inlinestatic |
| Sign(const T &x) | AuvMath | static |
| Square(T number) | AuvMath | inlinestatic |
| Swap(T &a, T &b) | AuvMath | inlinestatic |
| TriangleContains(float x, float y, float x0, float y0, float x1, float y1, float x2, float y2) | AuvMath | static |
| TWOPI | AuvMath | static |
| UnitVectorToAzimuthAndElevation(Point3D &uhat, float &azimuth, float &elevation) | AuvMath | static |