Click or drag to resize

MotionT, TDerivative Constructor

Initializes a new instance.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Motion(
	T value,
	params TDerivative[] derivatives
)

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