btBox2dShape Class Reference

The btBox2dShape is a box primitive around the origin, its sides axis aligned with length specified by half extents, in local shape coordinates. When used as part of a btCollisionObject or btRigidBody it will be an oriented box in world space. More...

#include <btBox2dShape.h>

Inheritance diagram for btBox2dShape:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void batchedUnitVectorGetSupportingVertexWithoutMargin (const btVector3 *vectors, btVector3 *supportVerticesOut, int numVectors) const
 btBox2dShape (const btVector3 &boxHalfExtents)
virtual void calculateLocalInertia (btScalar mass, btVector3 &inertia) const
virtual void getAabb (const btTransform &t, btVector3 &aabbMin, btVector3 &aabbMax) const
 getAabb's default implementation is brute force, expected derived classes to implement a fast dedicated version
const btVector3 & getCentroid () const
virtual void getEdge (int i, btVector3 &pa, btVector3 &pb) const
btVector3 getHalfExtentsWithMargin () const
const btVector3 & getHalfExtentsWithoutMargin () const
virtual const char * getName () const
const btVector3 * getNormals () const
virtual int getNumEdges () const
virtual int getNumPlanes () const
virtual int getNumPreferredPenetrationDirections () const
virtual int getNumVertices () const
virtual void getPlane (btVector3 &planeNormal, btVector3 &planeSupport, int i) const
virtual void getPlaneEquation (btVector4 &plane, int i) const
virtual void getPreferredPenetrationDirection (int index, btVector3 &penetrationVector) const
virtual void getVertex (int i, btVector3 &vtx) const
int getVertexCount () const
const btVector3 * getVertices () const
virtual bool isInside (const btVector3 &pt, btScalar tolerance) const
virtual btVector3 localGetSupportingVertex (const btVector3 &vec) const
SIMD_FORCE_INLINE btVector3 localGetSupportingVertexWithoutMargin (const btVector3 &vec) const
virtual void setLocalScaling (const btVector3 &scaling)
virtual void setMargin (btScalar collisionMargin)

Private Attributes

btVector3 m_centroid
btVector3 m_normals [4]
btVector3 m_vertices [4]

Detailed Description

The btBox2dShape is a box primitive around the origin, its sides axis aligned with length specified by half extents, in local shape coordinates. When used as part of a btCollisionObject or btRigidBody it will be an oriented box in world space.

Definition at line 26 of file btBox2dShape.h.


Constructor & Destructor Documentation

btBox2dShape::btBox2dShape ( const btVector3 &  boxHalfExtents  )  [inline]

Definition at line 79 of file btBox2dShape.h.


Member Function Documentation

virtual void btBox2dShape::batchedUnitVectorGetSupportingVertexWithoutMargin ( const btVector3 *  vectors,
btVector3 *  supportVerticesOut,
int  numVectors 
) const [inline, virtual]

Reimplemented from btPolyhedralConvexShape.

Definition at line 64 of file btBox2dShape.h.

virtual void btBox2dShape::calculateLocalInertia ( btScalar  mass,
btVector3 &  inertia 
) const [virtual]

Reimplemented from btPolyhedralConvexShape.

virtual void btBox2dShape::getAabb ( const btTransform t,
btVector3 &  aabbMin,
btVector3 &  aabbMax 
) const [virtual]

getAabb's default implementation is brute force, expected derived classes to implement a fast dedicated version

Reimplemented from btConvexInternalShape.

const btVector3& btBox2dShape::getCentroid (  )  const [inline]

Definition at line 167 of file btBox2dShape.h.

virtual void btBox2dShape::getEdge ( int  i,
btVector3 &  pa,
btVector3 &  pb 
) const [inline, virtual]

Implements btPolyhedralConvexShape.

Definition at line 226 of file btBox2dShape.h.

btVector3 btBox2dShape::getHalfExtentsWithMargin (  )  const [inline]

Definition at line 30 of file btBox2dShape.h.

const btVector3& btBox2dShape::getHalfExtentsWithoutMargin (  )  const [inline]

Definition at line 38 of file btBox2dShape.h.

virtual const char* btBox2dShape::getName (  )  const [inline, virtual]

Definition at line 315 of file btBox2dShape.h.

const btVector3* btBox2dShape::getNormals (  )  const [inline]

Definition at line 146 of file btBox2dShape.h.

virtual int btBox2dShape::getNumEdges (  )  const [inline, virtual]

Implements btPolyhedralConvexShape.

Definition at line 179 of file btBox2dShape.h.

virtual int btBox2dShape::getNumPlanes (  )  const [inline, virtual]

Implements btPolyhedralConvexShape.

Definition at line 172 of file btBox2dShape.h.

virtual int btBox2dShape::getNumPreferredPenetrationDirections (  )  const [inline, virtual]

Reimplemented from btConvexInternalShape.

Definition at line 320 of file btBox2dShape.h.

virtual int btBox2dShape::getNumVertices (  )  const [inline, virtual]

Implements btPolyhedralConvexShape.

Definition at line 136 of file btBox2dShape.h.

virtual void btBox2dShape::getPlane ( btVector3 &  planeNormal,
btVector3 &  planeSupport,
int  i 
) const [inline, virtual]

Implements btPolyhedralConvexShape.

Definition at line 157 of file btBox2dShape.h.

virtual void btBox2dShape::getPlaneEquation ( btVector4 plane,
int  i 
) const [inline, virtual]

Definition at line 196 of file btBox2dShape.h.

virtual void btBox2dShape::getPreferredPenetrationDirection ( int  index,
btVector3 &  penetrationVector 
) const [inline, virtual]

Reimplemented from btConvexInternalShape.

Definition at line 325 of file btBox2dShape.h.

virtual void btBox2dShape::getVertex ( int  i,
btVector3 &  vtx 
) const [inline, virtual]

Implements btPolyhedralConvexShape.

Definition at line 185 of file btBox2dShape.h.

int btBox2dShape::getVertexCount (  )  const [inline]

Definition at line 131 of file btBox2dShape.h.

const btVector3* btBox2dShape::getVertices (  )  const [inline]

Definition at line 141 of file btBox2dShape.h.

virtual bool btBox2dShape::isInside ( const btVector3 &  pt,
btScalar  tolerance 
) const [inline, virtual]

Implements btPolyhedralConvexShape.

Definition at line 297 of file btBox2dShape.h.

virtual btVector3 btBox2dShape::localGetSupportingVertex ( const btVector3 &  vec  )  const [inline, virtual]

Reimplemented from btConvexInternalShape.

Definition at line 44 of file btBox2dShape.h.

SIMD_FORCE_INLINE btVector3 btBox2dShape::localGetSupportingVertexWithoutMargin ( const btVector3 &  vec  )  const [inline, virtual]

Reimplemented from btPolyhedralConvexShape.

Definition at line 55 of file btBox2dShape.h.

virtual void btBox2dShape::setLocalScaling ( const btVector3 &  scaling  )  [inline, virtual]

Reimplemented from btConvexInternalShape.

Definition at line 109 of file btBox2dShape.h.

virtual void btBox2dShape::setMargin ( btScalar  collisionMargin  )  [inline, virtual]

Reimplemented from btConvexInternalShape.

Definition at line 98 of file btBox2dShape.h.


Member Data Documentation

btVector3 btBox2dShape::m_centroid [private]

Definition at line 24 of file btBox2dShape.h.

btVector3 btBox2dShape::m_normals[4] [private]

Definition at line 26 of file btBox2dShape.h.

btVector3 btBox2dShape::m_vertices[4] [private]

Definition at line 25 of file btBox2dShape.h.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


bullet
Author(s): Erwin Coumans, ROS package maintained by Tully Foote
autogenerated on Fri Jan 11 10:10:59 2013