VectorAngularAcceleration Constructor (Axes, Axes) |
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public VectorAngularAcceleration(
Axes rotatingAxes,
Axes referenceAxes
)
Public Sub New (
rotatingAxes As Axes,
referenceAxes As Axes
)
public:
VectorAngularAcceleration(
Axes^ rotatingAxes,
Axes^ referenceAxes
)
new :
rotatingAxes : Axes *
referenceAxes : Axes -> VectorAngularAcceleration
Parameters
- rotatingAxes
- Type: AGI.Foundation.GeometryAxes
The rotating axes. The new vector will represent the angular acceleration of this axes. - referenceAxes
- Type: AGI.Foundation.GeometryAxes
The reference axes. The new vector will represent the angular acceleration of the rotating axes with respect to this axes.
See Also