MotionTFirstDerivative Property |
Gets the first derivative, if it is available.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic T FirstDerivative { get; }Public ReadOnly Property FirstDerivative As T
Get
public:
virtual property T FirstDerivative {
T get () sealed;
}abstract FirstDerivative : 'T with get
override FirstDerivative : 'T with get
Property Value
Type:
TImplements
IMotionT, TDerivativeFirstDerivative
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException |
This motion instance does not contain a first derivative.
|
See Also