VTK
Classes | Defines | Functions
dox/Common/Core/vtkMath.h File Reference
#include "vtkCommonCoreModule.h"
#include "vtkObject.h"
#include "vtkMathConfigure.h"
#include <assert.h>
Include dependency graph for vtkMath.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkMath
 performs common math operations More...

Defines

#define VTK_DBL_MIN   2.2250738585072014e-308
#define VTK_DBL_EPSILON   2.2204460492503131e-16

Functions

template<class T >
double vtkDeterminant3x3 (T A[3][3])

Define Documentation

#define VTK_DBL_MIN   2.2250738585072014e-308

Definition at line 55 of file vtkMath.h.

#define VTK_DBL_EPSILON   2.2204460492503131e-16

Definition at line 61 of file vtkMath.h.


Function Documentation

template<class T >
double vtkDeterminant3x3 ( A[3][3]) [inline]

Definition at line 1158 of file vtkMath.h.