Click or drag to resize

PointCreateVectorDerivative Method

Constructs a vector which represents the requested order of the derivative of this point's position.

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(
	ReferenceFrame frame,
	int order
)

Parameters

frame
Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame that the resultant Vector's results will be in.
order
Type: SystemInt32
The order of derivative the constructed vector will represent.

Return Value

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