|
Blender V4.5
|
#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 118 of file btCylinderShape.cpp.
References btSqrt(), btVector3, CylinderLocalSupportX(), SIMD_FORCE_INLINE, and v.
Referenced by btCylinderShapeX::batchedUnitVectorGetSupportingVertexWithoutMargin(), CylinderLocalSupportX(), and btCylinderShapeX::localGetSupportingVertexWithoutMargin().
Definition at line 152 of file btCylinderShape.cpp.
References btSqrt(), btVector3, CylinderLocalSupportY(), and v.
Referenced by CylinderLocalSupportY().
Definition at line 183 of file btCylinderShape.cpp.
References btSqrt(), btVector3, CylinderLocalSupportZ(), and v.
Referenced by btCylinderShapeZ::batchedUnitVectorGetSupportingVertexWithoutMargin(), CylinderLocalSupportZ(), and btCylinderShapeZ::localGetSupportingVertexWithoutMargin().