説明を見る。
72 #ifndef __FK_BOUNDARY_HEADER__
73 #define __FK_BOUNDARY_HEADER__
78 #ifndef FK_DOXYGEN_USER_PROCESS
80 class fk_SphereBoundary {
88 fk_SphereBoundary(
void);
89 virtual ~fk_SphereBoundary();
91 void setRadius(
double);
95 double getRadius(
void);
99 bool isInterference(
const fk_SphereBoundary &);
100 bool isCollision(
const fk_SphereBoundary &);
101 double getCollisionTime(
const fk_SphereBoundary &);
106 #endif // !__FK_BOUNDARY_HEADER__
3次元ベクトルを管理するクラス
Definition: Vector.h:110