Table of Contents

Class TrajectoryPoint<T>

Namespace
AiDotNet.Interfaces
Assembly
AiDotNet.dll

A single point in a source trajectory.

public class TrajectoryPoint<T>

Type Parameters

T

The numeric type used for calculations.

Inheritance
TrajectoryPoint<T>
Inherited Members

Properties

Azimuth

Gets or sets the azimuth angle.

public T Azimuth { get; set; }

Property Value

T

Confidence

Gets or sets the confidence at this point.

public T Confidence { get; set; }

Property Value

T

Elevation

Gets or sets the elevation angle.

public T Elevation { get; set; }

Property Value

T

Time

Gets or sets the time in seconds.

public double Time { get; set; }

Property Value

double