Single position, speed or acceleration value of a specific axis.
More...
#include <GmiTypes.h>
|
| | AxisValue (int location, double value) |
| | Initializing constructor.
|
| |
| | AxisValue (const Value &location, const Value &value) |
| | The initializing constructor using #Value typed arguments.
|
| |
| | AxisValue ()=default |
| | Default constructor.
|
| |
Single position, speed or acceleration value of a specific axis.
◆ AxisValue() [1/3]
| sf::gmi::AxisValue::AxisValue |
( |
int |
location, |
|
|
double |
value |
|
) |
| |
|
inline |
Initializing constructor.
- Parameters
-
◆ AxisValue() [2/3]
| sf::gmi::AxisValue::AxisValue |
( |
const Value & |
location, |
|
|
const Value & |
value |
|
) |
| |
|
inline |
The initializing constructor using #Value typed arguments.
- Parameters
-
◆ AxisValue() [3/3]
| sf::gmi::AxisValue::AxisValue |
( |
| ) |
|
|
default |
◆ _location
Holds the location of the axis.
◆ _value
| double sf::gmi::AxisValue::_value {0.0} |
Holds the value of the axis.
The documentation for this class was generated from the following file: