Click or drag to resize

AxesPropagationParameterCreateVectorAngularVelocity Method

Constructs a vector which represents the angular velocity of this axes with respect to another axes.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Vector CreateVectorAngularVelocity(
	Axes axes
)

Parameters

axes
Type: AGI.Foundation.GeometryAxes
The Axes that the resultant Vector's results will be in.

Return Value

Type: Vector
The angular velocity vector in the requested axes.
See Also