UnitVectorAverage:
--------------------------------------------------------------------------
Average unit vector.
Creates a unit vector that lies in the plane created by u1 and u2.
The vector is midway between the vectors.
Type UnitVectorAverage for a demo.
Since version 8.
--------------------------------------------------------------------------
Form:
uA = UnitVectorAverage( u1, u2 )
--------------------------------------------------------------------------
------
Inputs
------
u1 (3,1) Unit vector
u2 (3,1) Unit vector
-------
Outputs
-------
uA (3,1) Average unit vector
--------------------------------------------------------------------------
Children:
Common: Graphics/NewFig
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
Common: Transform/CoordinateFrameFromUV
Math: Linear/Cross
Math: Linear/Unit