$search
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <float.h>
#include <vector>
#include "./ConvexDecomposition/ConvexDecomposition.h"
#include "./ConvexDecomposition/cd_wavefront.h"
Go to the source code of this file.
Classes | |
class | CBuilder |
Typedefs | |
typedef std::vector < ConvexResult * > | ConvexResultVector |
Functions | |
static const char * | fstring (float v) |
int | main (int argc, const char **argv) |
typedef std::vector< ConvexResult * > ConvexResultVector |
Definition at line 16 of file DecomposeSample.cpp.
static const char* fstring | ( | float | v | ) | [static] |
Definition at line 18 of file DecomposeSample.cpp.
int main | ( | int | argc, | |
const char ** | argv | |||
) |
Definition at line 540 of file DecomposeSample.cpp.