Table of Contents

Struct Angle

Namespace
ScottPlot
Assembly
ScottPlot.dll
public struct Angle
Inherited Members
Extension Methods

Properties

Degrees

public double Degrees { readonly get; set; }

Property Value

double

Normalized

public readonly Angle Normalized { get; }

Property Value

Angle

Radians

public double Radians { get; set; }

Property Value

double

Methods

FromDegrees(double)

public static Angle FromDegrees(double degrees)

Parameters

degrees double

Returns

Angle

FromFraction(double, Angle, bool)

public static Angle FromFraction(double fraction, Angle start, bool clockwise = false)

Parameters

fraction double
start Angle
clockwise bool

Returns

Angle

FromFraction(double, bool)

public static Angle FromFraction(double fraction, bool clockwise = false)

Parameters

fraction double
clockwise bool

Returns

Angle

FromRadians(double)

public static Angle FromRadians(double radians)

Parameters

radians double

Returns

Angle

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

a Angle
b Angle

Returns

Angle

operator /(Angle, double)

public static Angle operator /(Angle a, double b)

Parameters

a Angle
b double

Returns

Angle

operator %(Angle, double)

public static Angle operator %(Angle a, double b)

Parameters

a Angle
b double

Returns

Angle

operator *(Angle, double)

public static Angle operator *(Angle a, double b)

Parameters

a Angle
b double

Returns

Angle

operator *(double, Angle)

public static Angle operator *(double a, Angle b)

Parameters

a double
b Angle

Returns

Angle

operator -(Angle, Angle)

public static Angle operator -(Angle a, Angle b)

Parameters

a Angle
b Angle

Returns

Angle

operator -(Angle)

public static Angle operator -(Angle a)

Parameters

a Angle

Returns

Angle

operator +(Angle)

public static Angle operator +(Angle a)

Parameters

a Angle

Returns

Angle