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

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.