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.2.419.0 (24.2.419.0)
Syntax public virtual Vector CreateVectorAcceleration(
ReferenceFrame frame
)
Public Overridable Function CreateVectorAcceleration (
frame As ReferenceFrame
) As Vector
public:
virtual Vector^ CreateVectorAcceleration(
ReferenceFrame^ frame
)
abstract CreateVectorAcceleration :
frame : ReferenceFrame -> Vector
override CreateVectorAcceleration :
frame : ReferenceFrame -> Vector
Parameters
- frame
- Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame that the resultant Vector's
results will be in.
Return Value
Type:
VectorThe acceleration vector in the requested frame.
See Also