#include <itkGeometryUtilities.h>
Groups some utility functions related to geometry.
This implementation was taken from the Insight Journal paper: https://doi.org/10.54294/q6auw4
- Author
- Gaetan Lehmann. Biologie du Developpement et de la Reproduction, INRA de Jouy-en-Josas, France.
Definition at line 38 of file itkGeometryUtilities.h.
◆ DoubleFactorial()
static long itk::GeometryUtilities::DoubleFactorial |
( |
const long |
n | ) |
|
|
static |
◆ Factorial()
static long itk::GeometryUtilities::Factorial |
( |
const long |
n | ) |
|
|
static |
◆ GammaN2p1()
static double itk::GeometryUtilities::GammaN2p1 |
( |
const long |
n | ) |
|
|
static |
◆ HyperSpherePerimeter()
static double itk::GeometryUtilities::HyperSpherePerimeter |
( |
const int |
dim, |
|
|
const double |
radius |
|
) |
| |
|
static |
◆ HyperSphereRadiusFromVolume()
static double itk::GeometryUtilities::HyperSphereRadiusFromVolume |
( |
const int |
dim, |
|
|
const double |
volume |
|
) |
| |
|
static |
◆ HyperSphereVolume()
static double itk::GeometryUtilities::HyperSphereVolume |
( |
const int |
dim, |
|
|
const double |
radius |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: