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.2.419.0 (24.2.419.0)
Syntax public VectorDerivative(
Vector vector,
int order,
Axes axes
)
Public Sub New (
vector As Vector,
order As Integer,
axes As Axes
)
public:
VectorDerivative(
Vector^ vector,
int order,
Axes^ axes
)
new :
vector : Vector *
order : int *
axes : Axes -> VectorDerivative
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