Click or drag to resize

Motion<T>.FirstDerivative Property

Gets the first derivative, if it is available.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public T FirstDerivative { get; }

Property Value

Type: T

Implements

IMotion<T, TDerivative>.FirstDerivative
Exceptions
ExceptionCondition
ArgumentOutOfRangeException This motion instance does not contain a first derivative.
See Also