|
Ponca
a8a21c362dc2c650634ff9a07307bf4e308b2e74
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 84 of file cncFormulaEigen.h.
|
inlinestatic |
Definition at line 156 of file cncFormulaEigen.h.
|
inlinestatic |
Definition at line 144 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 122 of file cncFormulaEigen.h.
|
inlinestatic |
Spherical point data type.
Definition at line 87 of file cncFormulaEigen.h.
|
inlinestatic |
Definition at line 103 of file cncFormulaEigen.h.