Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PitchPlotPoint

Represents a point in a pitch plot.

version

1.4

Hierarchy

Index

Constructors

Private constructor

  • new PitchPlotPoint(tolerance: PlotTolerance | undefined, properties: PlotPropertyCollection, state: PlotPointState.None | PlotPointState.Outlier | PlotPointState.Overlap | PlotPointState.TiltedForce | PlotPointState.TiltedAcceleration | PlotPointState.EvaluationRange | PlotPointState.Duplicate | PlotPointState.IgnoreGroove1 | PlotPointState.IgnoreGroove2 | PlotPointState.AirScanning | PlotPointState.Virtual | PlotPointState.Gap, position: number, deviation: number): PitchPlotPoint
  • Parameters

    • tolerance: PlotTolerance | undefined
    • properties: PlotPropertyCollection
    • state: PlotPointState.None | PlotPointState.Outlier | PlotPointState.Overlap | PlotPointState.TiltedForce | PlotPointState.TiltedAcceleration | PlotPointState.EvaluationRange | PlotPointState.Duplicate | PlotPointState.IgnoreGroove1 | PlotPointState.IgnoreGroove2 | PlotPointState.AirScanning | PlotPointState.Virtual | PlotPointState.Gap
    • position: number
    • deviation: number

    Returns PitchPlotPoint

Properties

deviation

deviation: number

Deviation.

position

position: number

Zero-based index of the point.

properties

The properties of this point.

state

state: PlotPointState.None | PlotPointState.Outlier | PlotPointState.Overlap | PlotPointState.TiltedForce | PlotPointState.TiltedAcceleration | PlotPointState.EvaluationRange | PlotPointState.Duplicate | PlotPointState.IgnoreGroove1 | PlotPointState.IgnoreGroove2 | PlotPointState.AirScanning | PlotPointState.Virtual | PlotPointState.Gap

The state of this point.

tolerance

tolerance: PlotTolerance | undefined

The tolerance of this particular point. Fallback to the plot tolerance in case it's undefined.

Generated using TypeDoc