libigl v2.5.0
|
Go to the source code of this file.
Namespaces | |
namespace | igl |
Functions | |
template<typename DerivedA , typename DerivedB , typename DerivedC , typename DerivedP > | |
DerivedA::Scalar | igl::solid_angle (const Eigen::MatrixBase< DerivedA > &A, const Eigen::MatrixBase< DerivedB > &B, const Eigen::MatrixBase< DerivedC > &C, const Eigen::MatrixBase< DerivedP > &P) |
Compute the signed solid angle subtended by the oriented 3d triangle (A,B,C) at some point P. | |