Blender V4.3
btConvexHullComputer Class Reference

#include <btConvexHullComputer.h>

Classes

class  Edge
 

Public Member Functions

btScalar compute (const float *coords, int stride, int count, btScalar shrink, btScalar shrinkClamp)
 
btScalar compute (const double *coords, int stride, int count, btScalar shrink, btScalar shrinkClamp)
 

Public Attributes

btAlignedObjectArray< btVector3vertices
 
btAlignedObjectArray< intoriginal_vertex_index
 
btAlignedObjectArray< Edgeedges
 
btAlignedObjectArray< intfaces
 

Detailed Description

Convex hull implementation based on Preparata and Hong See http://code.google.com/p/bullet/issues/detail?id=275 Ole Kniemeyer, MAXON Computer GmbH

Definition at line 24 of file btConvexHullComputer.h.

Member Function Documentation

◆ compute() [1/2]

btScalar btConvexHullComputer::compute ( const double * coords,
int stride,
int count,
btScalar shrink,
btScalar shrinkClamp )
inline

Definition at line 96 of file btConvexHullComputer.h.

References count.

◆ compute() [2/2]

btScalar btConvexHullComputer::compute ( const float * coords,
int stride,
int count,
btScalar shrink,
btScalar shrinkClamp )
inline

Definition at line 90 of file btConvexHullComputer.h.

References count.

Member Data Documentation

◆ edges

◆ faces

◆ original_vertex_index

btAlignedObjectArray<int> btConvexHullComputer::original_vertex_index

Definition at line 70 of file btConvexHullComputer.h.

Referenced by plConvexHullGetVertex().

◆ vertices


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