VectorAngularVelocity 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 VectorAngularVelocity(
Axes rotatingAxes,
Axes referenceAxes
)
Public Sub New (
rotatingAxes As Axes,
referenceAxes As Axes
)
public:
VectorAngularVelocity(
Axes^ rotatingAxes,
Axes^ referenceAxes
)
new :
rotatingAxes : Axes *
referenceAxes : Axes -> VectorAngularVelocity
Parameters
- rotatingAxes
- Type: AGI.Foundation.GeometryAxes
The rotating axes. The new vector will represent the angular velocity of this axes. - referenceAxes
- Type: AGI.Foundation.GeometryAxes
The reference axes. The new vector will represent the angular velocity of the rotating axes with respect to this axes.
See Also