Click or drag to resize
IPolarPlotter Methods

The IPolarPlotter type exposes the following members.

Methods
  NameDescription
Public methodAddCheckedCoordinate
Adds a coordinate to all applicable slices. The coordinate is guaranteed to have been considered ProbablyRight by an instance of IAircraftSanityChecker.
Public methodAddCoordinate
Adds a coordinate to all applicable slices. The coordinate will be checked by an instance of IAircraftSanityChecker.
Public methodClearPolarPlots
Removes all existing polar plots.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodInitialise(Double, Double)
Initialises the plotter with a standard set of slices and bearing rounding.
Public methodInitialise(Double, Double, Int32, Int32, Int32, Int32)
Initialises the plotter with custom slice dimensions.
Public methodLoadFrom
Overwrites the RoundToDegrees and slices with the values from the saved polar plot passed across.
Public methodTakeSnapshot
Returns a copy of all of the slices as-at the current point in time.
Top
See Also