Click or drag to resize

VectorDifferentiator Constructor (Vector, Double)

Initializes a new instance.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public VectorDifferentiator(
	Vector vector,
	double increment
)

Parameters

vector
Type: AGI.Foundation.GeometryVector
The vector to wrap and finite difference.
increment
Type: SystemDouble
The increment, in seconds, used to compute the finite difference.
See Also