OROCHI
 
Loading...
Searching...
No Matches
GxShape.h File Reference

形状基礎クラス More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GxShape
 形状基礎クラス More...
 
class  GxShapeSphere
 球形状クラス More...
 
class  GxShapeBox
 箱形状クラス More...
 
class  GxShapeAxisAlignedBox
 軸方向固定の箱形状クラス More...
 
class  GxShapeFrustum
 角錐台 More...
 
class  GxShapeCylinder
 円柱形状クラス More...
 
class  GxShapeCapsule
 カプセル形状クラス More...
 
class  GxShapeMultisphere
 マルチ球形状クラス More...
 
class  GxShapeTriangle
 三角形形状クラス More...
 
class  GxShapeTrimesh
 三角メッシュ形状クラス More...
 
class  GxShapeTetrahedron
 四面体形状クラス More...
 
class  GxShapePlane
 平面形状クラス More...
 
class  GxShapeRay
 線分形状クラス More...
 
class  GxShapeBeam
 光束形状クラス More...
 

Macros

#define GX_USE_AAB_MIN_MAX   1
 

Enumerations

enum class  SHAPE_HIT_STATE { OUTSIDE = 0 , CROSS , INSIDE , MAX }
 形状同士の交差判定時 More...
 

Detailed Description

形状基礎クラス

Author
Copyright (C)2009 SiliconStudio Inc. All rights reserved.
Tahir Arai
Shingo Fukuda
Yuya Ikeuchi

Enumeration Type Documentation

◆ SHAPE_HIT_STATE

enum class SHAPE_HIT_STATE
strong

形状同士の交差判定時

Enumerator
OUTSIDE 

外側

CROSS 

交差

INSIDE 

内側

MAX 

定義数