ScottPlot
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Properties | List of all members
ScottPlot.Plottables.SmithChartAxis.ImaginaryTick Class Referencesealed
Inheritance diagram for ScottPlot.Plottables.SmithChartAxis.ImaginaryTick:
PolarAxisCircle

Public Member Functions

 ImaginaryTick (double Lm, Coordinates center=default, double radius=1)
 
AxisLimits GetAxisLimits ()
 

Static Public Member Functions

static Angle GetAngle (Coordinates point, Coordinates center)
 Calculate the angle of the target point relative to the center of the circle.
 
static Coordinates GetPointOnCircle (Coordinates center, double radius, Angle angle)
 Calculates a point on a specified angle base.
 

Properties

double Lm [get, set]
 
IReadOnlyList< CoordinatesPoints [get]
 

Constructor & Destructor Documentation

◆ ImaginaryTick()

ScottPlot.Plottables.SmithChartAxis.ImaginaryTick.ImaginaryTick ( double  Lm,
Coordinates  center = default,
double  radius = 1 
)
inline

Member Function Documentation

◆ GetAngle()

static Angle ScottPlot.Plottables.SmithChartAxis.ImaginaryTick.GetAngle ( Coordinates  point,
Coordinates  center 
)
inlinestatic

Calculate the angle of the target point relative to the center of the circle.

Parameters
pointTarget point.
centerThe coordinates of the center of the circle.

◆ GetAxisLimits()

AxisLimits ScottPlot.Plottables.SmithChartAxis.ImaginaryTick.GetAxisLimits ( )
inline

◆ GetPointOnCircle()

static Coordinates ScottPlot.Plottables.SmithChartAxis.ImaginaryTick.GetPointOnCircle ( Coordinates  center,
double  radius,
Angle  angle 
)
inlinestatic

Calculates a point on a specified angle base.

Parameters
centerThe coordinates of the center of the circle.
radiusradius of circle.
angleAngle of target point.
Returns
Point coordinates at a specified angle on the circle.

Property Documentation

◆ Lm

double ScottPlot.Plottables.SmithChartAxis.ImaginaryTick.Lm
getset

◆ Points

IReadOnlyList<Coordinates> ScottPlot.Plottables.SmithChartAxis.ImaginaryTick.Points
get

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