Namespaces | Macros | 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

 ConvexDecomposition
 

Macros

#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)
 

Macro Definition Documentation

◆ BIGNUMBER

#define BIGNUMBER   100000000.0 /* hundred million */

Definition at line 83 of file fitsphere.cpp.



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