$search
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <math.h>
#include "fitsphere.h"
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 BIGNUMBER 100000000.0 |
Definition at line 83 of file fitsphere.cpp.