MotionT, TDerivative Constructor |
Initializes a new instance.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Motion(
T value,
params TDerivative[] derivatives
)
Public Sub New (
value As T,
ParamArray derivatives As TDerivative()
)
public:
Motion(
T value,
... array<TDerivative>^ derivatives
)
new :
value : 'T *
derivatives : 'TDerivative[] -> Motion
Parameters
- value
- Type: T
The value of the coordinate. - derivatives
- Type: TDerivative
The derivatives describing the motion.
Remarks
The first array element describes the first derivative, the second describes
the second derivative, and so on.
See Also