Computes Angle between two planar faces or angle of 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 of three vertices. | |
Computes Angle between two planar faces or angle of three points.