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