PointPropagationParameterCreateVectorVelocity Method |
Constructs a vector which represents the derivative of this point's position.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override Vector CreateVectorVelocity(
ReferenceFrame frame
)
Public Overrides Function CreateVectorVelocity (
frame As ReferenceFrame
) As Vector
public:
virtual Vector^ CreateVectorVelocity(
ReferenceFrame^ frame
) override
abstract CreateVectorVelocity :
frame : ReferenceFrame -> Vector
override CreateVectorVelocity :
frame : ReferenceFrame -> Vector
Parameters
- frame
- Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame that the resultant Vector's
results will be in.
Return Value
Type:
VectorThe velocity vector in the requested frame.
See Also