ランタイム
Mix::Dynamics::IBoxShape Class Referenceabstract

ボックスシェイプインターフェース More...

#include <IBoxShape.h>

Inheritance diagram for Mix::Dynamics::IBoxShape:
Collaboration diagram for Mix::Dynamics::IBoxShape:

Public Member Functions

virtual const Mix::Vector3GetHalfExtents (void) const =0
 ボックスのサイズを取得します 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...
 

Protected Member Functions

virtual ~IBoxShape (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...
 

Detailed Description

ボックスシェイプインターフェース

Constructor & Destructor Documentation

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

デストラクタ

Member Function Documentation

virtual const Mix::Vector3& Mix::Dynamics::IBoxShape::GetHalfExtents ( void  ) const
pure virtual

ボックスのサイズを取得します

Returns
ボックスのサイズを表す Mix::Vector3 クラスを返します

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