ScottPlot
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Properties | List of all members
ScottPlot.Angle Struct Reference

Public Member Functions

override readonly string ToString ()
 

Static Public Member Functions

static Angle FromDegrees (double degrees)
 
static Angle FromRadians (double radians)
 
static Angle FromFraction (double fraction, bool clockwise=false)
 
static Angle FromFraction (double fraction, Angle start, bool clockwise=false)
 
static Angle operator+ (Angle a)
 
static Angle operator- (Angle a)
 
static Angle operator+ (Angle a, Angle b)
 
static Angle operator- (Angle a, Angle b)
 
static Angle operator* (Angle a, double b)
 
static Angle operator* (double a, Angle b)
 
static Angle operator/ (Angle a, double b)
 
static Angle operator% (Angle a, double b)
 

Properties

double Degrees [get, set]
 
double Radians [get, set]
 
readonly Angle Normalized [get]
 

Member Function Documentation

◆ FromDegrees()

static Angle ScottPlot.Angle.FromDegrees ( double  degrees)
inlinestatic

◆ FromFraction() [1/2]

static Angle ScottPlot.Angle.FromFraction ( double  fraction,
Angle  start,
bool  clockwise = false 
)
inlinestatic

◆ FromFraction() [2/2]

static Angle ScottPlot.Angle.FromFraction ( double  fraction,
bool  clockwise = false 
)
inlinestatic

◆ FromRadians()

static Angle ScottPlot.Angle.FromRadians ( double  radians)
inlinestatic

◆ operator%()

static Angle ScottPlot.Angle.operator% ( Angle  a,
double  b 
)
inlinestatic

◆ operator*() [1/2]

static Angle ScottPlot.Angle.operator* ( Angle  a,
double  b 
)
inlinestatic

◆ operator*() [2/2]

static Angle ScottPlot.Angle.operator* ( double  a,
Angle  b 
)
inlinestatic

◆ operator+() [1/2]

static Angle ScottPlot.Angle.operator+ ( Angle  a)
inlinestatic

◆ operator+() [2/2]

static Angle ScottPlot.Angle.operator+ ( Angle  a,
Angle  b 
)
inlinestatic

◆ operator-() [1/2]

static Angle ScottPlot.Angle.operator- ( Angle  a)
inlinestatic

◆ operator-() [2/2]

static Angle ScottPlot.Angle.operator- ( Angle  a,
Angle  b 
)
inlinestatic

◆ operator/()

static Angle ScottPlot.Angle.operator/ ( Angle  a,
double  b 
)
inlinestatic

◆ ToString()

override readonly string ScottPlot.Angle.ToString ( )
inline

Property Documentation

◆ Degrees

double ScottPlot.Angle.Degrees
getset

◆ Normalized

readonly Angle ScottPlot.Angle.Normalized
get

◆ Radians

double ScottPlot.Angle.Radians
getset

The documentation for this struct was generated from the following file: