Home > toolbox > visualization > display_line.m

display_line

PURPOSE ^

DISPLAY_LINE draws a line within a rectangle defined by w and h

SYNOPSIS ^

function display_line( l, w, h, varargin )

DESCRIPTION ^

 DISPLAY_LINE draws a line within a rectangle defined by w and h

 l: 3-vector representing a line
 w: 2-vector representing x-direction range: e.g. [0 640]
 h: 2-vector representing y-direction range: e.g. [0 480]

 (optional)
 shift: shifting the line to [ w h ]

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Tue 24-Nov-2009 02:34:47 by m2html © 2003