Hide menu
Loading...
Searching...
No Matches
cadex::Measurements::Angle Class Reference

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.
 

Detailed Description

Computes Angle between two planar faces or angle of three points.