Classes | Namespaces | Macros | Typedefs | Functions | Variables
ConvexDecomposition.cpp File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <algorithm>
#include <vector>
#include "ConvexDecomposition.h"
#include "cd_vector.h"
#include "cd_hull.h"
#include "bestfit.h"
#include "planetri.h"
#include "vlookup.h"
#include "splitplane.h"
#include "meshvolume.h"
#include "concavity.h"
#include "bestfitobb.h"
#include "fitsphere.h"
#include "triangulate.h"
#include "float_math.h"
Include dependency graph for ConvexDecomposition.cpp:

Go to the source code of this file.

Classes

class  ConvexDecomposition::CHull
 
class  ConvexDecomposition::CHullSort
 
class  ConvexDecomposition::ConvexBuilder
 
class  ConvexDecomposition::Edge
 
class  ConvexDecomposition::FaceTri
 

Namespaces

 ConvexDecomposition
 

Macros

#define CLOSE_FACE   0
 
#define EPSILON   0.001f
 
#define MAKE_MESH   1
 

Typedefs

typedef std::vector< CHull * > ConvexDecomposition::CHullVector
 
typedef std::vector< EdgeConvexDecomposition::EdgeVector
 
typedef std::vector< unsigned int > UintVector
 

Functions

unsigned int ConvexDecomposition::performConvexDecomposition (const DecompDesc &desc)
 

Variables

static double CONCAVE_PERCENT =1.0f
 
static unsigned int MAXDEPTH =8
 
static double MERGE_PERCENT =2.0f
 

Macro Definition Documentation

◆ CLOSE_FACE

#define CLOSE_FACE   0

Definition at line 80 of file ConvexDecomposition.cpp.

◆ EPSILON

#define EPSILON   0.001f

Definition at line 473 of file ConvexDecomposition.cpp.

◆ MAKE_MESH

#define MAKE_MESH   1

Copyright (c) 2007 by John W. Ratcliff jratc.nosp@m.liff.nosp@m.@infi.nosp@m.nipl.nosp@m.ex.ne.nosp@m.t

Portions of this source has been released with the PhysXViewer application, as well as Rocket, CreateDynamics, ODF, and as a number of sample code snippets.

If you find this code useful or you are feeling particularily generous I would ask that you please go to http://www.amillionpixels.us and make a donation to Troy DeMolay.

DeMolay is a youth group for young men between the ages of 12 and 21.
It teaches strong moral principles, as well as leadership skills and public speaking. The donations page uses the 'pay for pixels' paradigm where, in this case, a pixel is only a single penny. Donations can be made for as small as $4 or as high as a $100 block. Each person who donates will get a link to their own site as well as acknowledgement on the donations blog located here http://www.amillionpixels.blogspot.com/

If you wish to contact me you can use the following methods:

Skype Phone: 636-486-4040 (let it ring a long time while it goes through switches) Skype ID: jratcliff63367 Yahoo: jratcliff63367 AOL: jratcliff1961 email: jratc.nosp@m.liff.nosp@m.@infi.nosp@m.nipl.nosp@m.ex.ne.nosp@m.t Personal website: http://jratcliffscarab.blogspot.com Coding Website: http://codesuppository.blogspot.com FundRaising Blog: http://amillionpixels.blogspot.com Fundraising site: http://www.amillionpixels.us New Temple Site: http://newtemple.blogspot.com

The MIT license:

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Definition at line 79 of file ConvexDecomposition.cpp.

Typedef Documentation

◆ UintVector

typedef std::vector< unsigned int > UintVector

Definition at line 89 of file ConvexDecomposition.cpp.

Variable Documentation

◆ CONCAVE_PERCENT

double CONCAVE_PERCENT =1.0f
static

Definition at line 83 of file ConvexDecomposition.cpp.

◆ MAXDEPTH

unsigned int MAXDEPTH =8
static

Definition at line 82 of file ConvexDecomposition.cpp.

◆ MERGE_PERCENT

double MERGE_PERCENT =2.0f
static

Definition at line 84 of file ConvexDecomposition.cpp.



convex_decomposition
Author(s): John W. Ratcliff
autogenerated on Wed Mar 2 2022 00:04:59