Blender V4.3
btConvexHullInternal Class Reference

Classes

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

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: