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(
params T[] motion
)
Public Sub New (
ParamArray motion As T()
)
public:
Motion(
... array<T>^ motion
)
new :
motion : 'T[] -> Motion
Parameters
- motion
- Type: T
The description of the motion.
Exceptions Remarks
The first array element describes the value of the coordinate. The second
describes the first derivative, the third describes the second derivative, and so on.
The array must have at least one element.
See Also