Click or drag to resize

VectorDerivative Constructor (Vector, Int32, Axes)

Initializes a new instance of the VectorVelocity class to represent the velocity of a given point in a given reference frame.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public VectorDerivative(
	Vector vector,
	int order,
	Axes axes
)

Parameters

vector
Type: AGI.Foundation.GeometryVector
The original vector. The new vector will represent the derivative of this vector.
order
Type: SystemInt32
The order of derivative of the vector to represent with this object.
axes
Type: AGI.Foundation.GeometryAxes
The axes. The new vector will represent the derivative of the vector in this axes.
See Also