Struct Angle
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
public struct Angle
- Inherited Members
- Extension Methods
Properties
Degrees
public double Degrees { readonly get; set; }
Property Value
Normalized
public readonly Angle Normalized { get; }
Property Value
Radians
public double Radians { get; set; }
Property Value
Methods
FromDegrees(double)
public static Angle FromDegrees(double degrees)
Parameters
degrees
double
Returns
FromFraction(double, Angle, bool)
public static Angle FromFraction(double fraction, Angle start, bool clockwise = false)
Parameters
Returns
FromFraction(double, bool)
public static Angle FromFraction(double fraction, bool clockwise = false)
Parameters
Returns
FromRadians(double)
public static Angle FromRadians(double radians)
Parameters
radians
double
Returns
ToString()
Returns the fully qualified type name of this instance.
public override readonly string ToString()
Returns
- string
The fully qualified type name.
Operators
operator +(Angle, Angle)
public static Angle operator +(Angle a, Angle b)
Parameters
Returns
operator /(Angle, double)
public static Angle operator /(Angle a, double b)
Parameters
Returns
operator %(Angle, double)
public static Angle operator %(Angle a, double b)
Parameters
Returns
operator *(Angle, double)
public static Angle operator *(Angle a, double b)
Parameters
Returns
operator *(double, Angle)
public static Angle operator *(double a, Angle b)
Parameters
Returns
operator -(Angle, Angle)
public static Angle operator -(Angle a, Angle b)
Parameters
Returns
operator -(Angle)
public static Angle operator -(Angle a)
Parameters
a
Angle
Returns
operator +(Angle)
public static Angle operator +(Angle a)
Parameters
a
Angle