MotionTSecondDerivative Property |
Gets the second derivative, if it is available.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic T SecondDerivative { get; }
Public ReadOnly Property SecondDerivative As T
Get
public:
virtual property T SecondDerivative {
T get () sealed;
}
abstract SecondDerivative : 'T with get
override SecondDerivative : 'T with get
Property Value
Type:
TImplements
IMotionT, TDerivativeSecondDerivative
Exceptions
See Also