#include "vtkCommonCoreModule.h"
#include "vtkMathPrivate.hxx"
#include "vtkMatrixUtilities.h"
#include "vtkObject.h"
#include "vtkSmartPointer.h"
#include "vtkTypeTraits.h"
#include "vtkMathConfigure.h"
#include <algorithm>
#include <cassert>
#include <type_traits>
Go to the source code of this file.
◆ VTK_DBL_MIN
#define VTK_DBL_MIN 2.2250738585072014e-308 |
◆ VTK_DBL_EPSILON
#define VTK_DBL_EPSILON 2.2204460492503131e-16 |
◆ vtkDeterminant3x3()
template<class T >
double vtkDeterminant3x3 |
( |
const T |
A[3][3] | ) |
|
|
inline |