Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public override Vector CreateVectorVelocity(
	ReferenceFrame frame
)

Parameters

frame
Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame that the resultant Vector's results will be in.

Return Value

Type: Vector
The velocity vector in the requested frame.
See Also