Blender V2.61 - r43446
|
#include "btCylinderShape.h"
Go to the source code of this file.
Functions | |
SIMD_FORCE_INLINE btVector3 | CylinderLocalSupportX (const btVector3 &halfExtents, const btVector3 &v) |
btVector3 | CylinderLocalSupportY (const btVector3 &halfExtents, const btVector3 &v) |
btVector3 | CylinderLocalSupportZ (const btVector3 &halfExtents, const btVector3 &v) |
SIMD_FORCE_INLINE btVector3 CylinderLocalSupportX | ( | const btVector3 & | halfExtents, |
const btVector3 & | v | ||
) |
Definition at line 121 of file btCylinderShape.cpp.
References btSqrt(), and simple_enum_gen::d.
Referenced by btCylinderShapeX::batchedUnitVectorGetSupportingVertexWithoutMargin(), and btCylinderShapeX::localGetSupportingVertexWithoutMargin().
btVector3 CylinderLocalSupportY | ( | const btVector3 & | halfExtents, |
const btVector3 & | v | ||
) | [inline] |
Definition at line 164 of file btCylinderShape.cpp.
References btSqrt(), and simple_enum_gen::d.
Referenced by btCylinderShape::batchedUnitVectorGetSupportingVertexWithoutMargin(), and btCylinderShape::localGetSupportingVertexWithoutMargin().
btVector3 CylinderLocalSupportZ | ( | const btVector3 & | halfExtents, |
const btVector3 & | v | ||
) | [inline] |
Definition at line 199 of file btCylinderShape.cpp.
References btSqrt(), and simple_enum_gen::d.
Referenced by btCylinderShapeZ::batchedUnitVectorGetSupportingVertexWithoutMargin(), and btCylinderShapeZ::localGetSupportingVertexWithoutMargin().