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.2.419.0 (24.2.419.0)
Syntax public Vector CreateVectorAngularVelocity(
Axes axes
)
Public Function CreateVectorAngularVelocity (
axes As Axes
) As Vector
public:
Vector^ CreateVectorAngularVelocity(
Axes^ axes
)
member CreateVectorAngularVelocity :
axes : Axes -> Vector
Parameters
- axes
- Type: AGI.Foundation.GeometryAxes
The Axes that the resultant Vector's
results will be in.
Return Value
Type:
VectorThe angular velocity vector in the requested axes.
See Also