Namespaces | Defines | Functions
fitsphere.cpp File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <math.h>
#include "fitsphere.h"
Include dependency graph for fitsphere.cpp:

Go to the source code of this file.

Namespaces

namespace  ConvexDecomposition

Defines

#define BIGNUMBER   100000000.0 /* hundred million */

Functions

double ConvexDecomposition::computeBoundingSphere (unsigned int vcount, const double *points, double *center)
float ConvexDecomposition::computeBoundingSphere (unsigned int vcount, const float *points, float *center)
double ConvexDecomposition::computeSphereVolume (double r)
static void ConvexDecomposition::Copy (double *dest, const double *source)
static void ConvexDecomposition::Copy (float *dest, const float *source)
static void ConvexDecomposition::Set (double *n, double x, double y, double z)
static void ConvexDecomposition::Set (float *n, float x, float y, float z)

Define Documentation

#define BIGNUMBER   100000000.0 /* hundred million */

Definition at line 83 of file fitsphere.cpp.



convex_decomposition
Author(s): John W. Ratcliff
autogenerated on Thu Feb 11 2016 22:42:23