18#ifndef BT_SHAPE_HULL_H
19#define BT_SHAPE_HULL_H
46 int numTriangles()
const;
47 int numVertices()
const;
48 int numIndices()
const;
52 return &m_vertices[0];
const T & btMax(const T &a, const T &b)
float btScalar
The btScalar type abstracts floating point numbers, to easily switch between double and single floati...
#define ATTRIBUTE_ALIGNED16(a)
The btAlignedObjectArray template class uses a subset of the stl::vector interface for its methods It...
The btConvexShape is an abstract shape interface, implemented by all convex shapes such as btBoxShape...
btShapeHull implemented by John McCutchan.
const unsigned int * getIndexPointer() const
const btVector3 * getVertexPointer() const
btAlignedObjectArray< btVector3 > m_vertices
unsigned int m_numIndices
btAlignedObjectArray< unsigned int > m_indices
const btConvexShape * m_shape
BT_DECLARE_ALIGNED_ALLOCATOR()
btVector3 can be used to represent 3D points and vectors.