ランタイム
Mix::Dynamics::IConvexHullShape Class Reference

コンベックスハルシェイプインターフェース More...

#include <IConvexHullShape.h>

Inheritance diagram for Mix::Dynamics::IConvexHullShape:
Collaboration diagram for Mix::Dynamics::IConvexHullShape:

Protected Member Functions

virtual ~IConvexHullShape (void)
 デストラクタ More...
 
- Protected Member Functions inherited from Mix::Dynamics::IShape
virtual ~IShape (void)
 デストラクタ More...
 
- Protected Member Functions inherited from Mix::Reference
 MIX_DECLARE_ALLOCATOR ()
 
 Reference (void)
 コンストラクタ More...
 
 Reference (Long32 count)
 コンストラクタ More...
 
virtual ~Reference (void)
 デストラクタ More...
 

Additional Inherited Members

- Public Types inherited from Mix::Dynamics::IShape
enum  TYPE {
  BOX = 0, CAPSULE = 1, COMPOUND = 2, CONE = 3,
  CONVEXHULL = 4, CYLINDER = 5, SPHERE = 6
}
 タイプ列挙定数 More...
 
- Public Member Functions inherited from Mix::Dynamics::IShape
virtual Mix::Dynamics::IShape::TYPE GetType (void) const =0
 シェイプの種類を取得します More...
 
virtual Float32 GetMargin (void) const =0
 衝突マージンを取得します More...
 
virtual void SetMargin (Float32 margin)=0
 衝突マージンを設定します More...
 
virtual void DebugDraw (Mix::Graphics::Utility::IPerspectiveRenderer *pPerspectiveRenderer)=0
 デバッグ描画をします More...
 
- Public Member Functions inherited from Mix::Reference
void AddRef (void)
 参照数を 1 増やします More...
 
void Release (void)
 参照数を 1 減らします More...
 
Long32 GetRefCount (void)
 参照数を取得します More...
 

Detailed Description

コンベックスハルシェイプインターフェース

Note
点の集合である凸包体になります。

Constructor & Destructor Documentation

virtual Mix::Dynamics::IConvexHullShape::~IConvexHullShape ( void  )
inlineprotectedvirtual

デストラクタ


The documentation for this class was generated from the following file: