Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: double AngleDifference(double, double)

  • 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.