Classes | |
class | FormulaParseErrorInterface |
class | FormulaExecutionErrorInterface |
class | FormulaNumberErrorInterface |
class | FormulaParserCacheInterface |
class | FormulaParserInterface |
Namespaces | |
maxon | |
Enumerations | |
enum class | METRICUNIT { NONE , KM , M , CM , MM , UM , NM , MILE , YARD , FEET , INCH } |
enum class | ANGLEUNIT { DEGREE , RADIANS } |
Functions | |
enum maxon::METRICUNIT | MAXON_ENUM_LIST (METRICUNIT) |
enum maxon::ANGLEUNIT | MAXON_ENUM_LIST (ANGLEUNIT) |
Variables | |
NONE | |
KM | |
M | |
CM | |
MM | |
UM | |
NM | |
MILE | |
YARD | |
FEET | |
INCH | |
DEGREE | |
RADIANS | |
NONE |
No metric unit.
KM |
kilometer
M |
meter
CM |
centimeter
MM |
millimeter
UM |
micrometer
NM |
nanometer
MILE |
mile (1.609344 km)
YARD |
yard (91.44 cm)
FEET |
feet (30.48 cm)
INCH |
inch (2.54 cm)
DEGREE |
trigonometric functions expect degree values
RADIANS |
trigonometric functions expect radians values