VectorNormalized Constructor (Axes, UnitCartesian) |
Construct a new unit vector based on a direction and an axes.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public VectorNormalized(
Axes axes,
UnitCartesian direction
)
Public Sub New (
axes As Axes,
direction As UnitCartesian
)
public:
VectorNormalized(
Axes^ axes,
UnitCartesian direction
)
new :
axes : Axes *
direction : UnitCartesian -> VectorNormalized
Parameters
- axes
- Type: AGI.Foundation.GeometryAxes
The axes in which this unit vector is expressed. - direction
- Type: AGI.Foundation.CoordinatesUnitCartesian
The direction of the unit vector.
See Also