VectorFixedGetUnitXVector Method |
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static VectorFixed GetUnitXVector(
Axes definedInAxes
)
Public Shared Function GetUnitXVector (
definedInAxes As Axes
) As VectorFixed
public:
static VectorFixed^ GetUnitXVector(
Axes^ definedInAxes
)
static member GetUnitXVector :
definedInAxes : Axes -> VectorFixed
Parameters
- definedInAxes
- Type: AGI.Foundation.GeometryAxes
The axes in which this Vector is defined.
Return Value
Type:
VectorFixedThe unit vector in the x-direction that is defined in
the given axes.
See Also