Click or drag to resize

Vector.CreateVectorDerivative Method

Constructs a vector which represents a derivative of this vector.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public virtual Vector CreateVectorDerivative(
	int order,
	Axes axes
)

Parameters

order
Type: System.Int32
The order of derivative represented by the resultant vector.
axes
Type: AGI.Foundation.Geometry.Axes
The Axes that the resultant Vector's results will be in.

Return Value

Type: Vector
The derivative vector of the specified order in the requested frame.
See Also