IKチェイン基礎クラス More...
#include <GxIkChain.h>
Public Member Functions | |
初期化 | |
GxIkChain (void) | |
デフォルトコンストラクタ | |
~GxIkChain (void) override | |
デストラクタ | |
アクセサ | |
void | setIkTargetPosition (GxVector3 const *pPosition) |
IK目標をセット | |
GX_FORCE_INLINE GxVector3 const * | getIkTargetPosition (void) const |
グローバル座標ポインタを取得 | |
GX_FORCE_INLINE GxMotionJoint const * | getStartJoint (void) const |
チェインの最初の関節を取得 | |
constexpr GxMotionJoint * | getStartJoint (void) |
チェインの最初の関節を取得 | |
GX_FORCE_INLINE GxMotionJoint const * | getMiddleJoint (void) const |
チェインの中(骨)の関節を取得 | |
constexpr GxMotionJoint * | getMiddleJoint (void) |
チェインの中(骨)の関節を取得 | |
GX_FORCE_INLINE GxMotionJoint const * | getEndJoint (void) const |
チェインのエフェクター(最後の関節)を取得 | |
constexpr GxMotionJoint * | getEndJoint (void) |
チェインのエフェクター(最後の関節)を取得 | |
![]() | |
constexpr | GxClassBase (void) |
コンストラクタ | |
constexpr | GxClassBase (const GxClassBase &base) |
コピーコンストラクタ | |
~GxClassBase (void) override | |
デストラクタ | |
![]() | |
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) |
デフォルトオブジェクト判定 | |
Protected Attributes | |
メンバ変数 | |
GxVector3 const * | _pIkTargetPosition |
グローバル座標ポインタ | |
b32 | _ownTarget |
IK目標使用フラグ | |
GxMotionJoint * | _pChainStartJoint |
チェインの最初の関節 | |
GxMotionJoint * | _pChainMiddleJoint |
チェインの中(骨)の関節 | |
GxMotionJoint * | _pChainEffectorJoint |
チェインのエフェクター(最後の関節) | |
定義 | |
class | GxMotionJoint |
class | GxModUnitMotionBlend |
class | GxMotionPlayer |
GX_OPERATOR_NEW_DELETE_USE_ARRAY (GxAllocatorList::ALLOCATOR_TYPE::UNIT) | |
Additional Inherited Members | |
![]() | |
static GX_FORCE_INLINE GxRtti & | __getStaticRtti (void) |
Rttiの取得 | |
IKチェイン基礎クラス
void GxIkChain::setIkTargetPosition | ( | GxVector3 const * | pPosition | ) |
IK目標をセット
pPosition | [in] 目標座標 |