Click or drag to resize

Motion<T>.SecondDerivative Property

Gets the second 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 SecondDerivative { get; }

Property Value

Type: T

Implements

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