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.2.419.0 (24.2.419.0)
Syntax public virtual Vector CreateVectorDerivative(
int order,
Axes axes
)
Public Overridable Function CreateVectorDerivative (
order As Integer,
axes As Axes
) As Vector
public:
virtual Vector^ CreateVectorDerivative(
int order,
Axes^ axes
)
abstract CreateVectorDerivative :
order : int *
axes : Axes -> Vector
override CreateVectorDerivative :
order : int *
axes : Axes -> Vector
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:
VectorThe derivative vector of the specified order in the requested frame.
See Also