ランタイム
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
IBoxShape.h
Go to the documentation of this file.
1
#pragma once
2
5
6
#include "
Mix/Dynamics/IShape.h
"
7
8
namespace
Mix
{
namespace
Dynamics{
9
12
class
IBoxShape
:
public
Mix::Dynamics::IShape
13
{
14
protected
:
16
virtual
~IBoxShape
(
void
){}
17
18
public
:
21
virtual
const
Mix::Vector3
&
GetHalfExtents
(
void
)
const
= 0;
22
};
23
24
}}
Mix::Dynamics::IBoxShape
ボックスシェイプインターフェース
Definition:
IBoxShape.h:12
Mix::Vector3
3次元浮動小数点ベクトルクラス
Definition:
Vector3.h:12
IShape.h
シェイプインターフェースインクルードファイル
Mix::Dynamics::IBoxShape::GetHalfExtents
virtual const Mix::Vector3 & GetHalfExtents(void) const =0
ボックスのサイズを取得します
Mix::Dynamics::IBoxShape::~IBoxShape
virtual ~IBoxShape(void)
デストラクタ
Definition:
IBoxShape.h:16
Mix
ミックス
Definition:
AtomicValue.h:6
Mix::Dynamics::IShape
シェイプインターフェース
Definition:
IShape.h:16
Mix
Dynamics
IBoxShape.h
Generated on Mon Mar 21 2016 10:58:22 for ランタイム by
1.8.9.1