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