|
|
template<typename DerivedV, typename DerivedF> |
| void | initialize (const Eigen::MatrixBase< DerivedV > &vertices, const Eigen::MatrixBase< DerivedF > &facets) |
| |
|
bool | is_inside (const std::array< float, 3 > &pos) const |
| |
|
float | solid_angle (const std::array< float, 3 > &pos) const |
| |
|
|
using | Vector = HDK_Sample::UT_Vector3T<float> |
| |
|
using | Engine = HDK_Sample::UT_SolidAngle<float, float> |
| |
|
|
std::vector< Vector > | m_vertices |
| |
|
std::vector< std::array< int, 3 > > | m_triangles |
| |
|
Engine | m_engine |
| |
The documentation for this struct was generated from the following file: