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.2.419.0 (24.2.419.0)
Syntax public VectorAcceleration(
Point point,
ReferenceFrame referenceFrame
)
Public Sub New (
point As Point,
referenceFrame As ReferenceFrame
)
public:
VectorAcceleration(
Point^ point,
ReferenceFrame^ referenceFrame
)
new :
point : Point *
referenceFrame : ReferenceFrame -> VectorAcceleration
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