|
| Force | roo_quantity::ForceInNewtons (float force) |
| | Returns a force object equivalent to the specified force expressed in Newtons.
|
| |
| Force | roo_quantity::UnknownForce () |
| | Returns a force object representing an unknown force.
|
| |
| Force | roo_quantity::ForceInGigaNewtons (float force) |
| | Returns a force object equivalent to the specified force expressed in gigaNewtons.
|
| |
| Force | roo_quantity::ForceInMegaNewtons (float force) |
| | Returns a force object equivalent to the specified force expressed in megaNewtons.
|
| |
| Force | roo_quantity::ForceInKiloNewtons (float force) |
| | Returns a force object equivalent to the specified force expressed in kiloNewtons.
|
| |
| Force | roo_quantity::ForceInMilliNewtons (float force) |
| | Returns a force object equivalent to the specified force expressed in milliNewtons.
|
| |
| Force | roo_quantity::ForceInMicroNewtons (float force) |
| | Returns a force object equivalent to the specified force expressed in microNewtons.
|
| |
| Force | roo_quantity::operator+ (Force a, Force b) |
| |
| Force | roo_quantity::operator- (Force a, Force b) |
| |
| Force | roo_quantity::operator- (Force a) |
| |
| Force | roo_quantity::operator* (Force a, float b) |
| |
| Force | roo_quantity::operator* (float a, Force b) |
| |
| Work | roo_quantity::operator* (Force a, Length b) |
| |
| Work | roo_quantity::operator* (Length a, Force b) |
| |
| Force | roo_quantity::operator/ (Force a, float b) |
| |
| Force | roo_quantity::operator/ (Work a, Length b) |
| |
| Length | roo_quantity::operator/ (Work a, Force b) |
| |
| Force | roo_quantity::operator* (Work a, LineicNumber b) |
| |
| float | roo_quantity::operator/ (Force a, Force b) |
| |
| roo_logging::Stream & | roo_quantity::operator<< (roo_logging::Stream &os, const Force &val) |
| |