Changeset View
Changeset View
Standalone View
Standalone View
extern/bullet2/src/BulletCollision/Gimpact/gim_geom_types.h
| Show All 27 Lines | |||||
| This library is distributed in the hope that it will be useful, | This library is distributed in the hope that it will be useful, | ||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the files | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the files | ||||
| GIMPACT-LICENSE-LGPL.TXT, GIMPACT-LICENSE-ZLIB.TXT and GIMPACT-LICENSE-BSD.TXT for more details. | GIMPACT-LICENSE-LGPL.TXT, GIMPACT-LICENSE-ZLIB.TXT and GIMPACT-LICENSE-BSD.TXT for more details. | ||||
| ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ||||
| */ | */ | ||||
| #include "gim_math.h" | #include "gim_math.h" | ||||
| //! Short Integer vector 2D | //! Short Integer vector 2D | ||||
| typedef GSHORT vec2s[2]; | typedef GSHORT vec2s[2]; | ||||
| //! Integer vector 3D | //! Integer vector 3D | ||||
| typedef GSHORT vec3s[3]; | typedef GSHORT vec3s[3]; | ||||
| //! Integer vector 4D | //! Integer vector 4D | ||||
| typedef GSHORT vec4s[4]; | typedef GSHORT vec4s[4]; | ||||
| //! Short Integer vector 2D | //! Short Integer vector 2D | ||||
| Show All 38 Lines | |||||
| //! Matrix 4D, row ordered | //! Matrix 4D, row ordered | ||||
| typedef GREAL mat4f[4][4]; | typedef GREAL mat4f[4][4]; | ||||
| //! Quaternion | //! Quaternion | ||||
| typedef GREAL quatf[4]; | typedef GREAL quatf[4]; | ||||
| //typedef struct _aabb3f aabb3f; | //typedef struct _aabb3f aabb3f; | ||||
| #endif // GIM_GEOM_TYPES_H_INCLUDED | #endif // GIM_GEOM_TYPES_H_INCLUDED | ||||