Initializes a new instance.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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