Public Member Functions | Public Attributes | List of all members
SurgSim::Math::gaussQuadraturePoint Struct Reference

1D Gauss-Legendre quadrature More...

#include <SurgSim/Math/GaussLegendreQuadrature.h>

Public Member Functions

 gaussQuadraturePoint (double p, double w)
 

Public Attributes

const double point
 
const double weight
 

Detailed Description

1D Gauss-Legendre quadrature

Constructor & Destructor Documentation

§ gaussQuadraturePoint()

SurgSim::Math::gaussQuadraturePoint::gaussQuadraturePoint ( double  p,
double  w 
)
inline

Member Data Documentation

§ point

const double SurgSim::Math::gaussQuadraturePoint::point

§ weight

const double SurgSim::Math::gaussQuadraturePoint::weight

The documentation for this struct was generated from the following file: