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: 25.1.421.0 (25.1.421.0)
Syntax
public VectorAngularVelocity(
	Axes rotatingAxes,
	Axes referenceAxes
)

Parameters

rotatingAxes
Type: AGI.Foundation.Geometry.Axes
The rotating axes. The new vector will represent the angular velocity of this axes.
referenceAxes
Type: AGI.Foundation.Geometry.Axes
The reference axes. The new vector will represent the angular velocity of the rotating axes with respect to this axes.
See Also