Click or drag to resize

VectorAngularVelocity Constructor (Axes, Axes)

Initializes a new instance of the VectorAngularVelocity class using the provided axes.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public VectorAngularVelocity(
	Axes rotatingAxes,
	Axes referenceAxes
)

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