|
Ponca
5b0151ad2869758185d699615c3cca5855cc2cee
Point Cloud Analysis library
|
Represents a triangle on a sphere of radius one. More...
#include <cncFormulaEigen.h>
Collaboration diagram for Ponca::internal::CNCEigen< DataPoint >::SphericalTriangle:Static Public Member Functions | |
| static bool | isDegenerate (const VectorType &a, const VectorType &b, const VectorType &c) |
| Spherical point data type. | |
| static void | polarTriangle (const VectorType &a, const VectorType &b, const VectorType &c, VectorType &Ap, VectorType &Bp, VectorType &Cp) |
| static void | interiorAngles (const VectorType &a, const VectorType &b, const VectorType &c, Scalar &alpha, Scalar &beta, Scalar &gamma) |
| Returns the interior angles of the spherical triangle ABC. | |
| static Scalar | area (const VectorType &a, const VectorType &b, const VectorType &c) |
| static Scalar | algebraicArea (const VectorType &a, const VectorType &b, const VectorType &c) |
Represents a triangle on a sphere of radius one.
Definition at line 81 of file cncFormulaEigen.h.
|
inlinestatic |
Definition at line 148 of file cncFormulaEigen.h.
|
inlinestatic |
Definition at line 136 of file cncFormulaEigen.h.
|
inlinestatic |
Returns the interior angles of the spherical triangle ABC.
| [out] | alpha | the interior angle at vertex A. |
| [out] | beta | the interior angle at vertex B. |
| [out] | gamma | the interior angle at vertex C. |
Definition at line 113 of file cncFormulaEigen.h.
|
inlinestatic |
Spherical point data type.
Definition at line 83 of file cncFormulaEigen.h.
|
inlinestatic |
Definition at line 96 of file cncFormulaEigen.h.