- Declared in: RT.Util.Geometry.GeomUt
Declaration
public static double AngleDifference(
double reference,
double angle
)
Summary
Returns "angle" relative to "reference". I.e. if the angles are the same, returns 0; if angle is further
anticlockwise, returns a positive number.