From b0c11962f6012430da3bcaa2727288046b33d648 Mon Sep 17 00:00:00 2001 From: Bryan Galdrikian Date: Tue, 24 Oct 2017 15:25:02 -0700 Subject: Changes for 1.1.1 See README.md --- .../files/classbt_convex_hull_computer.html | 215 +++++++++++++++++++++ 1 file changed, 215 insertions(+) create mode 100644 docs/source_docs/files/classbt_convex_hull_computer.html (limited to 'docs/source_docs/files/classbt_convex_hull_computer.html') diff --git a/docs/source_docs/files/classbt_convex_hull_computer.html b/docs/source_docs/files/classbt_convex_hull_computer.html new file mode 100644 index 0000000..66aebb3 --- /dev/null +++ b/docs/source_docs/files/classbt_convex_hull_computer.html @@ -0,0 +1,215 @@ + + + NVIDIA(R) Blast(R) SDK 1.1 Source Reference: btConvexHullComputer Class Reference + + + + + + + + +
+

btConvexHullComputer Class Reference

#include <btConvexHullComputer.h> +

+ +

+List of all members. + + + + + + + + + + + + + + + + +

Classes

class  Edge

Public Member Functions

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

Public Attributes

btAlignedObjectArray< Edgeedges
btAlignedObjectArray< int32_t > faces
btAlignedObjectArray< btVector3 > vertices
+


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

Member Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
btScalar btConvexHullComputer::compute (const double *  coords,
int32_t  stride,
int32_t  count,
btScalar  shrink,
btScalar  shrinkClamp 
) [inline]
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
btScalar btConvexHullComputer::compute (const float *  coords,
int32_t  stride,
int32_t  count,
btScalar  shrink,
btScalar  shrinkClamp 
) [inline]
+
+
+ +

+ +

+

+


Member Data Documentation

+ +

+ +

+ +
+ +

+ +

+

+ +

+ +
+ +

+ +

+

+


The documentation for this class was generated from the following file: +
+ + + + -- cgit v1.2.3