Click or drag to resize

VectorAcceleration Constructor (Point, ReferenceFrame)

Initializes a new instance of the VectorAcceleration class to represent the acceleration 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 VectorAcceleration(
	Point point,
	ReferenceFrame referenceFrame
)

Parameters

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