Blender V5.0
btConvexHullInternal Class Reference

Classes

class  Point64
class  Point32
class  Int128
class  Rational64
class  Rational128
class  PointR128
class  Vertex
class  Edge
class  Face
class  DMul

Public Member Functions

void compute (const void *coords, bool doubleCoords, int stride, int count)
btVector3 getCoordinates (const Vertex *v)
btScalar shrink (btScalar amount, btScalar clampAmount)

Public Attributes

VertexvertexList

Detailed Description

Definition at line 50 of file btConvexHullComputer.cpp.

Member Function Documentation

◆ compute()

void btConvexHullInternal::compute ( const void * coords,
bool doubleCoords,
int stride,
int count )

◆ getCoordinates()

btVector3 btConvexHullInternal::getCoordinates ( const Vertex * v)

Definition at line 2091 of file btConvexHullComputer.cpp.

References btVector3, and v.

◆ shrink()

Member Data Documentation

◆ vertexList

Vertex* btConvexHullInternal::vertexList

Definition at line 830 of file btConvexHullComputer.cpp.

Referenced by compute(), and shrink().


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