Click or drag to resize

PointCreateVectorAcceleration Method

Constructs a vector which represents the second derivative of this point's position.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual Vector CreateVectorAcceleration(
	ReferenceFrame frame
)

Parameters

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

Return Value

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