Computes the angle between two planar faces or the angle defined by three points. More...
#include <cadex/Measurements/Angle.hxx>
Static Public Member Functions | |
| static double | Compute (const ModelData::Face &theFirstFace, const ModelData::Face &theSecondFace) |
| Computes the angle between two faces. | |
| static double | Compute (const ModelData::Edge &theFirstEdge, const ModelData::Edge &theSecondEdge) |
| static double | Compute (const ModelData::Vertex &theFirstVertex, const ModelData::Vertex &theSecondVertex, const ModelData::Vertex &theThirdVertex) |
| Computes the angle defined by three vertices. | |
Computes the angle between two planar faces or the angle defined by three points.