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

Functions

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

Define Documentation

#define BIGNUMBER   100000000.0

Definition at line 83 of file fitsphere.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


convex_decomposition
Author(s): John Ratcliff
autogenerated on Fri Jan 11 09:51:03 2013