Click or drag to resize

ImmutableDateMotionCollectionT, TDerivativeMotions Property

Gets the list of motion instances in this collection. Consider using Values, FirstDerivatives, SecondDerivatives, etc. to get all of the corresponding data as a single list. This is more efficient than requesting a list of motion instances.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IList<Motion<T, TDerivative>> Motions { get; }

Property Value

Type: IListMotionT, TDerivative
See Also