Computation utilities.
More...
Inherits QObject.
◆ Evaluate()
static Number GO2SCalcUtil::Evaluate |
( |
String | string | ) |
|
|
static |
Compute a value from a mathematical expression
Class of utility functions.
Definition GO2SUtil.hpp:12
- Returns
- the computed value
- Parameters
-
[in] | string | mathematical expression |
◆ ToDegree()
static Number GO2SCalcUtil::ToDegree |
( |
Number | angle | ) |
|
|
inlinestatic |
- Returns
- a value in degree from a value in radian
◆ ToRadian()
static Number GO2SCalcUtil::ToRadian |
( |
Number | angle | ) |
|
|
inlinestatic |
- Returns
- a value in radian from a value in degree