Click or drag to resize

VectorVelocity Constructor (Point, ReferenceFrame)

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.1.418.0 (24.1.418.0)
Syntax
public VectorVelocity(
	Point point,
	ReferenceFrame frame
)

Parameters

point
Type: AGI.Foundation.GeometryPoint
The point. The new vector will represent the velocity of this point.
frame
Type: AGI.Foundation.GeometryReferenceFrame
The reference frame. The new vector will represent the velocity of the point in this frame.
See Also