モーションセンサークラス More...
#include <GxInputPad.h>


Public Member Functions | |
定義 | |
| GX_PROHIBIT_CLASS_BASE (GxMotion) | |
初期化 | |
| GxMotion (void) | |
| コンストラクタ | |
| ~GxMotion (void) override | |
| デストラクタ | |
アクセサ | |
| GX_FORCE_INLINE b32 | isEnable (void) const |
| 有効判定 | |
| void | setEnable (b32 on) |
| 有効設定 | |
| GX_FORCE_INLINE const GxVector3 & | getAcceleration (void) const |
| 加速度の測定値を取得 | |
| GX_FORCE_INLINE const GxVector3 & | getAngularVelocity (void) const |
| ジャイロの測定値を取得 | |
| GX_FORCE_INLINE const GxQuaternion & | getRotationQuaternion (void) const |
| 回転を取得 | |
Public Member Functions inherited from GxClassBase | |
| constexpr | GxClassBase (void) |
| コンストラクタ | |
| constexpr | GxClassBase (const GxClassBase &base) |
| コピーコンストラクタ | |
| ~GxClassBase (void) override | |
| デストラクタ | |
Public Member Functions inherited from GxClassBaseRoot | |
| constexpr | GxClassBaseRoot (void) |
| コンストラクタ | |
| constexpr | GxClassBaseRoot (const GxClassBaseRoot &) |
| コピーコンストラクタ | |
| virtual | ~GxClassBaseRoot (void) |
| デストラクタ | |
| constexpr GxClassBaseRoot & | operator= (const GxClassBaseRoot &) |
| 代入演算子 | |
| virtual GxRtti & | getRtti (void) const =0 |
| Rttiの取得 | |
| virtual GX_FORCE_INLINE const GxTypedObject * | getDefaultObject (void) |
| デフォルトオブジェクトを取得 | |
| GX_FORCE_INLINE b32 | isDefaultObject (void) |
| デフォルトオブジェクト判定 | |
操作 | |
| void | update (void) |
| 更新 | |
Additional Inherited Members | |
Static Public Member Functions inherited from GxClassBaseRoot | |
| static GX_FORCE_INLINE GxRtti & | __getStaticRtti (void) |
| Rttiの取得 | |
モーションセンサークラス
| void GxPad::GxMotion::setEnable | ( | b32 | on | ) |
有効設定
| on | [in] 設定値 |