Click or drag to resize

IMotionT, TDerivativeSecondDerivative Property

Gets the second derivative, if it is available.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
TDerivative SecondDerivative { get; }

Property Value

Type: TDerivative
Exceptions
ExceptionCondition
ArgumentOutOfRangeException This motion instance does not contain a second derivative.
See Also