Click or drag to resize

VectorCreateVectorDerivative 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: 24.1.418.0 (24.1.418.0)
Syntax
public virtual Vector CreateVectorDerivative(
	int order,
	Axes axes
)

Parameters

order
Type: SystemInt32
The order of derivative represented by the resultant vector.
axes
Type: AGI.Foundation.GeometryAxes
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