Cad3DPointHelper.AngleBetween3Points

Cad3DPointHelper.AngleBetween3Points method

Angles the between3 points.

public static double AngleBetween3Points(Cad3DPoint a, Cad3DPoint b, Cad3DPoint c)
ParameterTypeDescription
aCad3DPointFirst Point
bCad3DPointsecond point
cCad3DPointthird point

Return Value

Angle between 3 points

See Also