Path: Common/Graphics
% Draw fields of view.
Type DrawFOV for a demo which draws two fields of view.
--------------------------------------------------------------------------
Form:
DrawFOV( f, l, axesHandle )
--------------------------------------------------------------------------
------
Inputs
------
f (:) FOV data structure
.r (3,1) Location
.b (3,1) Unit boresight vector
.fOV (1,1) Angle (rad)
l (1,1) Length
axesHandle (1,1) Handle of axes to draw on, or else makes new figure.
-------
Outputs
-------
None
--------------------------------------------------------------------------
Common: ComponentModels/Frustrum Common: Graphics/NewFig Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Graphics/ZLabelS Common: Quaternion/Q2Mat Common: Quaternion/U2Q Math: Linear/DupVect
Back to the Common Module page