GeoPathTimestamps

Description

sealed class Tinman.Engine.Scenes.Data.GeoPathTimestamps

A list of geo path timestamps.

Public / Constructors

Geo​Path​Timestamps


public constructor GeoPathTimestamps → ()

Creates a new instance of GeoPathTimestamps.

Public / Methods

Clear


public method Clear → ()

Removes all timestamps.

Public / Attributes

Timestamps


[Constant]
public attribute Timestamps → (get)

value : IArrayVector<float64>

[not-null]
The sorted timestamp list.

The geo path timestamps, sorted in ascending order, without duplicates.