A tooltkit class that provide math method to ease the development.
More...
|
| static float | DegToRAD (float degree) |
| | Convert Degrees to RAD. More...
|
| |
| static float | RADToDeg (float radiant) |
| | Convert RAD to Degrees. More...
|
| |
| static bool | ValueBetween (float value, float min, float max) |
| | Valid if value is inside the range [min , max] More...
|
| |
A tooltkit class that provide math method to ease the development.
| static float Kinova.DLL.Tools.Maths.MathToolkit.DegToRAD |
( |
float |
degree | ) |
|
|
static |
Convert Degrees to RAD.
- Parameters
-
- Returns
| static float Kinova.DLL.Tools.Maths.MathToolkit.RADToDeg |
( |
float |
radiant | ) |
|
|
static |
Convert RAD to Degrees.
- Parameters
-
- Returns
| static bool Kinova.DLL.Tools.Maths.MathToolkit.ValueBetween |
( |
float |
value, |
|
|
float |
min, |
|
|
float |
max |
|
) |
| |
|
static |
Valid if value is inside the range [min , max]
- Parameters
-
| value | The value. |
| min | The min. |
| max | The max. |
- Returns
The documentation for this class was generated from the following file:
- DocCSharp/Sources/Kinova.DLL.Tools/Code/Maths/MathToolkit.cs