VectorNormalized Constructor (Axes, Cartesian) |
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,
Cartesian direction
)
Public Sub New (
axes As Axes,
direction As Cartesian
)
public:
VectorNormalized(
Axes^ axes,
Cartesian direction
)
new :
axes : Axes *
direction : Cartesian -> VectorNormalized
Parameters
- axes
- Type: AGI.Foundation.GeometryAxes
The axes in which this unit vector is expressed. - direction
- Type: AGI.Foundation.CoordinatesCartesian
The direction of the unit vector.
See Also