VectorFixedGetUnitYVector 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 GetUnitYVector(
Axes definedInAxes
)
Public Shared Function GetUnitYVector (
definedInAxes As Axes
) As VectorFixed
public:
static VectorFixed^ GetUnitYVector(
Axes^ definedInAxes
)
static member GetUnitYVector :
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 y-direction that is defined in
the given axes.
See Also