#include <dynamics3d_shape_manager.h>
|
static std::shared_ptr< btCollisionShape > | RequestBox (const btVector3 &c_half_extents) |
|
static std::shared_ptr< btCollisionShape > | RequestCylinder (const btVector3 &c_half_extents) |
|
static std::shared_ptr< btCollisionShape > | RequestSphere (btScalar f_radius) |
|
static std::shared_ptr< btCollisionShape > | RequestConvexHull (const std::vector< btVector3 > &vec_points) |
|
Definition at line 39 of file dynamics3d_shape_manager.h.
◆ RequestBox()
std::shared_ptr< btCollisionShape > argos::CDynamics3DShapeManager::RequestBox |
( |
const btVector3 & |
c_half_extents | ) |
|
|
static |
◆ RequestConvexHull()
std::shared_ptr< btCollisionShape > argos::CDynamics3DShapeManager::RequestConvexHull |
( |
const std::vector< btVector3 > & |
vec_points | ) |
|
|
static |
◆ RequestCylinder()
std::shared_ptr< btCollisionShape > argos::CDynamics3DShapeManager::RequestCylinder |
( |
const btVector3 & |
c_half_extents | ) |
|
|
static |
◆ RequestSphere()
std::shared_ptr< btCollisionShape > argos::CDynamics3DShapeManager::RequestSphere |
( |
btScalar |
f_radius | ) |
|
|
static |