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

シリンダーシェイプインターフェース More...

#include <ICylinderShape.h>

Inheritance diagram for Mix::Dynamics::ICylinderShape:
Collaboration diagram for Mix::Dynamics::ICylinderShape:

Public Member Functions

virtual Mix::Dynamics::AXIS_TYPE GetAxis (void) const =0
 シリンダーの軸を取得します More...
 
virtual Float32 GetHeight (void) const =0
 シリンダーの高さを取得します More...
 
virtual Float32 GetRadius (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 ~ICylinderShape (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

シリンダーシェイプインターフェース

Note
円柱の形状になります。

特定の条件において正常に動作しないことがあるため、使用することを控えてください。

Constructor & Destructor Documentation

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

デストラクタ

Member Function Documentation

virtual Mix::Dynamics::AXIS_TYPE Mix::Dynamics::ICylinderShape::GetAxis ( void  ) const
pure virtual

シリンダーの軸を取得します

Returns
シリンダーの軸を表す Mix::Dynamics::AXIS_TYPE 列挙定数
virtual Float32 Mix::Dynamics::ICylinderShape::GetHeight ( void  ) const
pure virtual

シリンダーの高さを取得します

Returns
高さを返します
virtual Float32 Mix::Dynamics::ICylinderShape::GetRadius ( void  ) const
pure virtual

シリンダーの半径を取得します

Returns
シリンダーの半径を返します

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