libigl v2.5.0
Loading...
Searching...
No Matches
signed_angle.h File Reference
#include "igl_inline.h"
#include <Eigen/Dense>
#include "signed_angle.cpp"

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.