|
opensurgsim
|
Definitions of a n-point Gaussian quadrature rule (a.k.a. More...
#include <array>#include <utility>Go to the source code of this file.
Classes | |
| struct | SurgSim::Math::gaussQuadraturePoint |
| 1D Gauss-Legendre quadrature More... | |
| struct | SurgSim::Math::gaussQuadratureTrianglePoint |
| 2D Gauss-Legendre quadrature on a triangle More... | |
Namespaces | |
| SurgSim | |
| Wraps glewInit() to separate the glew opengl definitions from the osg opengl definitions only imgui needs glew but we need to call glewInit() from a osg callback, using this call we avoid getting warnings about redefinitions. | |
Definitions of a n-point Gaussian quadrature rule (a.k.a.
Gauss-Legendre quadrature rule) http://en.wikipedia.org/wiki/Gaussian_quadrature
1.8.12