Blender V2.61 - r43446
Classes | Public Member Functions | Public Attributes

ConvexH Class Reference

#include <btConvexHull.h>

List of all members.

Classes

class  HalfEdge

Public Member Functions

 ConvexH ()
 ~ConvexH ()
 ConvexH (int vertices_size, int edges_size, int facets_size)

Public Attributes

btAlignedObjectArray< btVector3 > vertices
btAlignedObjectArray< HalfEdgeedges
btAlignedObjectArray< btPlanefacets

Detailed Description

Definition at line 126 of file btConvexHull.h.


Constructor & Destructor Documentation

ConvexH::ConvexH ( ) [inline]

Definition at line 138 of file btConvexHull.h.

ConvexH::~ConvexH ( ) [inline]

Definition at line 141 of file btConvexHull.h.

ConvexH::ConvexH ( int  vertices_size,
int  edges_size,
int  facets_size 
)

Definition at line 163 of file btConvexHull.cpp.

References edges, facets, and btAlignedObjectArray< T >::resize().


Member Data Documentation

Definition at line 145 of file btConvexHull.h.

Referenced by ConvexH().

Definition at line 146 of file btConvexHull.h.

Referenced by ConvexH().

Definition at line 144 of file btConvexHull.h.

Referenced by SplitTest().


The documentation for this class was generated from the following files: